Searched refs:DbgDeclareInst (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
H A DLocal.h30 class DbgDeclareInst;
237 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
242 bool ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
251 DbgDeclareInst *FindAllocaDbgDeclare(Value *V);
/external/llvm/lib/VMCore/
H A DIntrinsicInst.cpp53 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
56 Value *DbgDeclareInst::getAddress() const {
H A DDebugInfo.cpp816 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
919 /// processDeclare - Process DbgDeclareInst.
920 void DebugInfoFinder::processDeclare(DbgDeclareInst *DDI) {
/external/llvm/lib/Analysis/
H A DDbgInfoPrinter.cpp97 static const DbgDeclareInst *findDbgDeclare(const Value *V) {
112 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
148 const DbgDeclareInst *DDI = findDbgDeclare(V);
/external/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp92 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp244 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
802 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
833 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
857 SmallVector<DbgDeclareInst *, 4> Dbgs;
860 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
866 for (SmallVector<DbgDeclareInst *, 4>::iterator I = Dbgs.begin(),
868 DbgDeclareInst *DDI = *I;
888 DbgDeclareInst *llv
[all...]
H A DPromoteMemoryToRegister.cpp232 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])
1098 if (DbgDeclareInst *DDI = AllocaDbgDeclares[ai->second]) {
/external/llvm/include/llvm/
H A DIntrinsicInst.h81 /// DbgDeclareInst - This represents the llvm.dbg.declare instruction.
83 class DbgDeclareInst : public DbgInfoIntrinsic { class in namespace:llvm
89 static inline bool classof(const DbgDeclareInst *) { return true; }
H A DDebugInfo.h33 class DbgDeclareInst;
841 /// processDeclare - Process DbgDeclareInst.
842 void processDeclare(DbgDeclareInst *DDI);
/external/llvm/include/llvm/Support/
H A DInstVisitor.h204 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgInfoIntrinsic);}
260 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp116 if (const DbgDeclareInst *DI = dyn_cast<DbgDeclareInst>(I)) {
H A DFastISel.cpp582 const DbgDeclareInst *DI = cast<DbgDeclareInst>(Call);
H A DSelectionDAGBuilder.cpp4586 const DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1048 SmallVector<DbgDeclareInst *, 4> DDIs;
1061 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(*UI))
1069 for (SmallVector<DbgDeclareInst *, 4>::iterator I = DDIs.begin(),
1071 DbgDeclareInst *DDI = *I;
1089 for (SmallVector<DbgDeclareInst *, 4>::const_iterator I = DDIs.begin(),
1091 DbgDeclareInst *DDI = *I;
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h26 class DbgDeclareInst;
/external/llvm/lib/Target/X86/
H A DX86FastISel.cpp1442 const DbgDeclareInst *DI = cast<DbgDeclareInst>(&I);
/external/llvm/include/llvm-c/
H A DCore.h1029 macro(DbgDeclareInst) \

Completed in 373 milliseconds