Lines Matching refs:DPV
187 for (DPValue *DPV : DPValues) { in RewriteUsesOfClonedInstructions()
190 BasicBlock *UserBB = DPV->getMarker()->getParent(); in RewriteUsesOfClonedInstructions()
205 DPV->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
557 for (const DPValue &DPV : DII->getDbgValueRange()) in rotateLoop() local
558 DbgIntrinsics.insert(makeHash(&DPV)); in rotateLoop()
566 for (const DPValue &DPV : in rotateLoop() local
568 DbgIntrinsics.insert(makeHash(&DPV)); in rotateLoop()
620 for (DPValue &DPV : make_early_inc_range(DbgValueRange)) in rotateLoop()
621 if (DbgIntrinsics.count(makeHash(&DPV))) in rotateLoop()
622 DPV.eraseFromParent(); in rotateLoop()
644 for (DPValue &DPV : make_early_inc_range(Range)) in rotateLoop()
645 if (DbgIntrinsics.count(makeHash(&DPV))) in rotateLoop()
646 DPV.eraseFromParent(); in rotateLoop()