Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLocal.cpp1955 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
1967 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
1972 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
1974 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
1979 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers()
2035 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument
2053 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2065 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2081 return rewriteDebugUsers(From, To, DomPoint, DT, SignOrZeroExt); in replaceAllDbgUsesWith()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLocal.h318 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,