Lines Matching refs:DomPoint
2578 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
2594 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
2599 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
2601 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
2606 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers()
2619 if (DomPointAfterFrom && NextNonDebug == &DomPoint) { in rewriteDebugUsers()
2623 DomPoint.getParent()->insertDPValueAfter(DPV, &DomPoint); in rewriteDebugUsers()
2625 } else if (!DT.dominates(&DomPoint, MarkedInstr)) { in rewriteDebugUsers()
2694 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument
2715 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDPV); in replaceAllDbgUsesWith()
2727 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDPV); in replaceAllDbgUsesWith()
2757 return rewriteDebugUsers(From, To, DomPoint, DT, SignOrZeroExt, in replaceAllDbgUsesWith()