Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLocal.cpp2071 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument
2083 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers()
2088 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers()
2090 DII->moveAfter(&DomPoint); in rewriteDebugUsers()
2095 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers()
2151 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument
2169 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2181 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith()
2197 return rewriteDebugUsers(From, To, DomPoint, DT, SignOrZeroExt); in replaceAllDbgUsesWith()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DLocal.h332 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,