Lines Matching defs:DVI
1586 for (auto *DVI : DbgValues) {
1587 assert(is_contained(DVI->getValues(), APN));
1588 if ((DVI->getVariable() == DIVar) && (DVI->getExpression() == DIExpr))
2161 DbgValueInst *DVI,
2177 if (DVI) {
2178 DVI->setExpression(DIExpr);
2179 DVI->replaceVariableLocationOp(0u, NewAddress);
2194 for (auto *DVI : DbgUsers)
2195 updateOneDbgValueForAlloca(DVI->getDebugLoc(), DVI->getVariable(),
2196 DVI->getExpression(), NewAllocaAddress, DVI,
3711 if (auto DVI = dyn_cast<DbgVariableIntrinsic>(Inst))
3712 RemapDebugOperands(DVI, DVI->location_ops());