Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLocal.cpp1965 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
1977 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
1982 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
1984 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
1989 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers()
2045 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument
2063 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2075 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2091 return rewriteDebugUsers(From, To, DomPoint, DT, SignOrZeroExt); in replaceAllDbgUsesWith()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DLocal.h333 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,