Home
last modified time | relevance | path

Searched refs:DbgValueInst (Results 1 – 16 of 16) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DIntrinsicInst.cpp77 const Value *DbgValueInst::getValue() const { in getValue()
78 return const_cast<DbgValueInst *>(this)->getValue(); in getValue()
81 Value *DbgValueInst::getValue() { return getValueImpl(getArgOperand(0)); } in getValue()
H A DDebugInfo.cpp1111 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()
H A DVerifier.cpp2840 Finder.processValue(*M, cast<DbgValueInst>(&CI)); in processCallInst()
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-dis/
H A Dllvm-dis.cpp103 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment()
/minix3/external/bsd/llvm/dist/llvm/unittests/Transforms/Utils/
H A DCloning.cpp392 } else if (DbgValueInst* OldIntrin = dyn_cast<DbgValueInst>(&OldI)) { in TEST_F()
393 DbgValueInst* NewIntrin = dyn_cast<DbgValueInst>(&NewI); in TEST_F()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h206 RetTy visitDbgValueInst(DbgValueInst &I) { DELEGATE(DbgInfoIntrinsic);} in visitDbgValueInst()
265 case Intrinsic::dbg_value: DELEGATE(DbgValueInst); in delegateCallInst()
H A DIntrinsicInst.h105 class DbgValueInst : public DbgInfoIntrinsic {
H A DDebugInfo.h40 class DbgValueInst; variable
1041 void processValue(const Module &M, const DbgValueInst *DVI);
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h37 class DbgValueInst; variable
97 const DbgValueInst* DI;
102 DanglingDebugInfo(const DbgValueInst *di, DebugLoc DL, unsigned SDNO) : in DanglingDebugInfo()
104 const DbgValueInst* getDI() { return DI; } in getDI()
H A DFastISel.cpp1146 const DbgValueInst *DI = cast<DbgValueInst>(II); in selectIntrinsicCall()
H A DSelectionDAGBuilder.cpp997 const DbgValueInst *DI = DDI.getDI(); in resolveDanglingDebugInfo()
4878 const DbgValueInst &DI = cast<DbgValueInst>(I); in visitIntrinsicCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Utils/
H A DLocal.cpp288 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead()
985 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue()
H A DInlineFunction.cpp872 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in fixupLineNumbers()
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1062 SmallVector<DbgValueInst *, 4> DVIs;
1076 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in run()
1088 for (SmallVectorImpl<DbgValueInst *>::iterator I = DVIs.begin(), in run()
1090 DbgValueInst *DVI = *I; in run()
1111 for (SmallVectorImpl<DbgValueInst *>::const_iterator I = DVIs.begin(), in updateDebugInfo()
1113 DbgValueInst *DVI = *I; in updateDebugInfo()
H A DSROA.cpp1084 SmallVector<DbgValueInst *, 4> DVIs;
1099 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(U)) in run()
1149 for (DbgValueInst *DVI : DVIs) { in updateDebugInfo()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4324 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues()