Lines Matching defs:DVI
3549 for (auto *DVI : DbgValues)
3550 DVI->replaceVariableLocationOp(New, Inst);
8837 DbgValueInst &DVI = *cast<DbgValueInst>(I);
8841 SmallDenseSet<Value *> LocationOps(DVI.location_ops().begin(),
8842 DVI.location_ops().end());
8852 DVI.replaceVariableLocationOp(Location, SunkAddr);
8893 static void DbgInserterHelper(DbgValueInst *DVI, BasicBlock::iterator VI) {
8894 DVI->removeFromParent();
8896 DVI->insertBefore(VI->getParent()->getFirstInsertionPt());
8898 DVI->insertAfter(VI);
8944 // dominate this DVI, we probably can't salvage it: moving it to
8966 DbgValueInst *DVI = dyn_cast<DbgValueInst>(&Insn);
8967 if (DVI) {
8968 DbgProcessor(DVI, DVI);