Home
last modified time | relevance | path

Searched refs:DomPoint (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2578 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
2594 bool DomPointAfterFrom = From.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()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h357 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,