HomeSort by relevance Sort by last modified time
    Searched refs:DbgDeclareInst (Results 1 - 18 of 18) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
Local.h 25 class DbgDeclareInst;
169 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
174 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
183 DbgDeclareInst *FindAllocaDbgDeclare(Value *V);
  /external/llvm/lib/VMCore/
IntrinsicInst.cpp 53 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
56 Value *DbgDeclareInst::getAddress() const {
  /external/llvm/lib/Analysis/
DbgInfoPrinter.cpp 97 static const DbgDeclareInst *findDbgDeclare(const Value *V) {
112 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
148 const DbgDeclareInst *DDI = findDbgDeclare(V);
DebugInfo.cpp 1024 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
    [all...]
  /external/llvm/tools/llvm-dis/
llvm-dis.cpp 92 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
  /external/llvm/lib/Transforms/Utils/
Local.cpp 237 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
791 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
822 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
    [all...]
PromoteMemoryToRegister.cpp 232 SmallVector<DbgDeclareInst*, 8> AllocaDbgDeclares;
303 DbgDeclareInst *DbgDeclare;
430 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
465 if (DbgDeclareInst *DDI = Info.DbgDeclare) {
482 if (DbgDeclareInst *DDI = Info.DbgDeclare)
580 if (DbgDeclareInst *DDI = AllocaDbgDeclares[i])
    [all...]
  /external/llvm/include/llvm/
IntrinsicInst.h 81 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
83 class DbgDeclareInst : public DbgInfoIntrinsic {
89 static inline bool classof(const DbgDeclareInst *) { return true; }
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 33 class DbgDeclareInst;
885 /// processDeclare - Process DbgDeclareInst.
886 void processDeclare(DbgDeclareInst *DDI);
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 116 if (const DbgDeclareInst *DI = dyn_cast<DbgDeclareInst>(I)) {
FastISel.cpp 578 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 26 class DbgDeclareInst;
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/include/llvm-c/
Core.h 1020 macro(DbgDeclareInst) \
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 81 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 322 DbgDeclareInst *DDI = cast<DbgDeclareInst>(Declare->use_back());
    [all...]

Completed in 597 milliseconds