Lines Matching refs:DPV
1191 for (DPValue &DPV : llvm::reverse(II->getDbgValueRange())) { in handleDbgInfo()
1196 if (!DPV.hasArgList()) in handleDbgInfo()
1197 V = DPV.getVariableLocationOp(0); in handleDbgInfo()
1200 if (DPV.getType() == DPValue::LocationType::Value) { in handleDbgInfo()
1201 Res = lowerDbgValue(V, DPV.getExpression(), DPV.getVariable(), in handleDbgInfo()
1202 DPV.getDebugLoc()); in handleDbgInfo()
1204 assert(DPV.getType() == DPValue::LocationType::Declare); in handleDbgInfo()
1205 if (FuncInfo.PreprocessedDPVDeclares.contains(&DPV)) in handleDbgInfo()
1207 Res = lowerDbgDeclare(V, DPV.getExpression(), DPV.getVariable(), in handleDbgInfo()
1208 DPV.getDebugLoc()); in handleDbgInfo()
1212 LLVM_DEBUG(dbgs() << "Dropping debug-info for " << DPV << "\n";); in handleDbgInfo()