Lines Matching defs:DomPoint
2672 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT,
2688 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint;
2691 // It's common to see a debug user between From and DomPoint. Move it
2692 // after DomPoint to preserve the variable update without any reordering.
2693 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) {
2695 DII->moveAfter(&DomPoint);
2700 } else if (!DT.dominates(&DomPoint, DII)) {
2713 if (DomPointAfterFrom && NextNonDebug == &DomPoint) {
2717 DomPoint.getParent()->insertDbgRecordAfter(DVR, &DomPoint);
2719 } else if (!DT.dominates(&DomPoint, MarkedInstr)) {
2788 Instruction &DomPoint, DominatorTree &DT) {
2809 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDVR);
2821 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDVR);
2851 return rewriteDebugUsers(From, To, DomPoint, DT, SignOrZeroExt,