Lines Matching refs:DVR
187 for (DbgVariableRecord *DVR : DbgVariableRecords) { in RewriteUsesOfClonedInstructions()
190 BasicBlock *UserBB = DVR->getMarker()->getParent(); in RewriteUsesOfClonedInstructions()
205 DVR->replaceVariableLocationOp(OrigHeaderVal, NewVal); in RewriteUsesOfClonedInstructions()
568 for (const DbgVariableRecord &DVR : in rotateLoop() local
570 DbgIntrinsics.insert(makeHash(&DVR)); in rotateLoop()
578 for (const DbgVariableRecord &DVR : in rotateLoop() local
580 DbgIntrinsics.insert(makeHash(&DVR)); in rotateLoop()
645 for (DbgVariableRecord &DVR : in rotateLoop()
647 if (DbgIntrinsics.count(makeHash(&DVR))) in rotateLoop()
648 DVR.eraseFromParent(); in rotateLoop()
672 for (DbgVariableRecord &DVR : in rotateLoop()
674 if (DbgIntrinsics.count(makeHash(&DVR))) in rotateLoop()
675 DVR.eraseFromParent(); in rotateLoop()