Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp2647 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
2663 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
2668 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
2670 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
2675 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers()
2688 if (DomPointAfterFrom && NextNonDebug == &DomPoint) { in rewriteDebugUsers()
2692 DomPoint.getParent()->insertDbgRecordAfter(DVR, &DomPoint); in rewriteDebugUsers()
2694 } else if (!DT.dominates(&DomPoint, MarkedInstr)) { in rewriteDebugUsers()
2763 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument
2784 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDVR); in replaceAllDbgUsesWith()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h386 Instruction &DomPoint, DominatorTree &DT);