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.cpp2600 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
2616 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
2621 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
2623 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
2628 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers()
2641 if (DomPointAfterFrom && NextNonDebug == &DomPoint) { in rewriteDebugUsers()
2645 DomPoint.getParent()->insertDbgRecordAfter(DVR, &DomPoint); in rewriteDebugUsers()
2647 } else if (!DT.dominates(&DomPoint, MarkedInstr)) { in rewriteDebugUsers()
2716 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument
2737 return rewriteDebugUsers(From, To, DomPoint, DT, Identity, IdentityDVR); in replaceAllDbgUsesWith()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h358 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,