Lines Matching refs:DVI
1614 for (auto *DVI : DbgValues) { in PhiHasDebugValue() local
1615 assert(is_contained(DVI->getValues(), APN)); in PhiHasDebugValue()
1616 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr)) in PhiHasDebugValue()
2202 DbgValueInst *DVI, in updateOneDbgValueForAlloca() argument
2218 if (DVI) { in updateOneDbgValueForAlloca()
2219 DVI->setExpression(DIExpr); in updateOneDbgValueForAlloca()
2220 DVI->replaceVariableLocationOp(0u, NewAddress); in updateOneDbgValueForAlloca()
2235 for (auto *DVI : DbgUsers) in replaceDbgValueForAlloca() local
2236 updateOneDbgValueForAlloca(DVI->getDebugLoc(), DVI->getVariable(), in replaceDbgValueForAlloca()
2237 DVI->getExpression(), NewAllocaAddress, DVI, in replaceDbgValueForAlloca()
3803 if (auto DVI = dyn_cast<DbgVariableIntrinsic>(Inst)) in remapDebugVariable() local
3804 RemapDebugOperands(DVI, DVI->location_ops()); in remapDebugVariable()