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

/macosx-10.10.1/llvmCore-3425.0.34/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);
/macosx-10.10.1/llvmCore-3425.0.34/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) {
/macosx-10.10.1/llvmCore-3425.0.34/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);
/macosx-10.10.1/llvmCore-3425.0.34/tools/llvm-dis/
H A Dllvm-dis.cpp92 if (const DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Utils/
H A DLocal.cpp278 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(I)) {
836 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
867 bool llvm::ConvertDebugDeclareToDebugValue(DbgDeclareInst *DDI,
891 SmallVector<DbgDeclareInst *, 4> Dbgs;
894 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(BI))
900 for (SmallVector<DbgDeclareInst *, 4>::iterator I = Dbgs.begin(),
902 DbgDeclareInst *DDI = *I;
922 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]) {
/macosx-10.10.1/llvmCore-3425.0.34/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;
849 /// processDeclare - Process DbgDeclareInst.
850 void processDeclare(DbgDeclareInst *DDI);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/Support/
H A DInstVisitor.h204 RetTy visitDbgDeclareInst(DbgDeclareInst &I) { DELEGATE(DbgInfoIntrinsic);}
260 case Intrinsic::dbg_declare: DELEGATE(DbgDeclareInst);
/macosx-10.10.1/llvmCore-3425.0.34/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.cpp4609 const DbgDeclareInst &DI = cast<DbgDeclareInst>(I);
/macosx-10.10.1/llvmCore-3425.0.34/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;
H A DSROA.cpp1190 SmallVector<DbgDeclareInst *, 4> DDIs;
1204 if (DbgDeclareInst *DDI = dyn_cast<DbgDeclareInst>(*UI))
1226 for (SmallVector<DbgDeclareInst *, 4>::const_iterator I = DDIs.begin(),
1228 DbgDeclareInst *DDI = *I;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h26 class DbgDeclareInst;
/macosx-10.10.1/llvmCore-3425.0.34/lib/Target/X86/
H A DX86FastISel.cpp1456 const DbgDeclareInst *DI = cast<DbgDeclareInst>(&I);
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm-c/
H A DCore.h1029 macro(DbgDeclareInst) \

Completed in 230 milliseconds