Lines Matching defs:DVI
3262 for (auto *DVI : DbgValues)
3263 DVI->replaceVariableLocationOp(New, Inst);
8544 DbgValueInst &DVI = *cast<DbgValueInst>(I);
8548 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(),
8549 DVI.location_ops().end());
8559 DVI.replaceVariableLocationOp(Location, SunkAddr);
8600 static void DbgInserterHelper(DbgValueInst *DVI, Instruction *VI) {
8601 DVI->removeFromParent();
8603 DVI->insertBefore(&*VI->getParent()->getFirstInsertionPt());
8605 DVI->insertAfter(VI);
8651 // dominate this DVI, we probably can't salvage it: moving it to
8673 DbgValueInst *DVI = dyn_cast<DbgValueInst>(&Insn);
8674 if (DVI) {
8675 DbgProcessor(DVI, DVI);