Home
last modified time | relevance | path

Searched defs:DVI (Results 1 – 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/llvm-dis/
Dllvm-dis.cpp100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Utils/
DLocal.cpp281 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local
960 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local
DInlineFunction.cpp480 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in fixupLineNumbers() local
/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DCriticalAntiDepBreaker.cpp625 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
DAggressiveAntiDepBreaker.cpp910 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp1063 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() local
1076 DbgValueInst *DVI = *I; in run() local
1099 DbgValueInst *DVI = *I; in updateDebugInfo() local
DCodeGenPrepare.cpp1982 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues() local
DSROA.cpp749 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() local
802 DbgValueInst *DVI = *I; in updateDebugInfo() local
/freebsd-10-stable/contrib/llvm/lib/IR/
DDebugInfo.cpp1114 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()