Lines Matching defs:DVI
1620 for (auto *DVI : DbgValues) {
1621 assert(is_contained(DVI->getValues(), APN));
1622 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr))
2227 DbgValueInst *DVI,
2243 if (DVI) {
2244 DVI->setExpression(DIExpr);
2245 DVI->replaceVariableLocationOp(0u, NewAddress);
2260 for (auto *DVI : DbgUsers)
2261 updateOneDbgValueForAlloca(DVI->getDebugLoc(), DVI->getVariable(),
2262 DVI->getExpression(), NewAllocaAddress, DVI,
3800 if (auto DVI = dyn_cast<DbgVariableIntrinsic>(Inst))
3801 RemapDebugOperands(DVI, DVI->location_ops());