Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1720 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
1732 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
1737 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
1739 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
1744 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers()
1809 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument
1827 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
1839 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
1868 return rewriteDebugUsers(From, To, DomPoint, DT, SignOrZeroExt); in replaceAllDbgUsesWith()
/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/
H A DLocal.h359 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,