Lines Matching defs:DVR
1219 for (DbgVariableRecord *DVR : DbgVariableRecords)
1220 if (DVR->getFunction() != &F)
1221 DVR->eraseFromParent();
1313 DbgVariableRecord &DVR = cast<DbgVariableRecord>(DR);
1316 if (any_of(DVR.location_ops(), IsInvalidLocation)) {
1317 DVRsToDelete.push_back(&DVR);
1320 if (DVR.isDbgAssign() && IsInvalidLocation(DVR.getAddress())) {
1321 DVRsToDelete.push_back(&DVR);
1324 if (!DVR.getDebugLoc().getInlinedAt())
1325 DVR.setVariable(GetUpdatedDIVariable(DVR.getVariable()));
1363 for (auto *DVR : DVRsToDelete)
1364 DVR->getMarker()->MarkedInstr->dropOneDbgRecord(DVR);