Searched defs:DVI (Results 1 – 9 of 9) sorted by relevance
100 else if (const DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in printInfoComment() local
281 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(I)) { in isInstructionTriviallyDead() local960 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(PrevI)) in LdStHasDebugValue() local
480 if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(BI)) { in fixupLineNumbers() local
625 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
910 for (DbgValueVector::iterator DVI = DbgValues.begin(), in BreakAntiDependencies() local
1063 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() local1076 DbgValueInst *DVI = *I; in run() local1099 DbgValueInst *DVI = *I; in updateDebugInfo() local
1982 DbgValueInst *DVI = dyn_cast<DbgValueInst>(Insn); in PlaceDbgValues() local
749 else if (DbgValueInst *DVI = dyn_cast<DbgValueInst>(*UI)) in run() local802 DbgValueInst *DVI = *I; in updateDebugInfo() local
1114 void DebugInfoFinder::processValue(const Module &M, const DbgValueInst *DVI) { in processValue()