Searched refs:DomPoint (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | Local.cpp | 1931 Instruction &From, Value &To, Instruction &DomPoint, DominatorTree &DT, in rewriteDebugUsers() argument 1943 bool DomPointAfterFrom = From.getNextNonDebugInstruction() == &DomPoint; in rewriteDebugUsers() 1948 if (DomPointAfterFrom && DII->getNextNonDebugInstruction() == &DomPoint) { in rewriteDebugUsers() 1950 DII->moveAfter(&DomPoint); in rewriteDebugUsers() 1955 } else if (!DT.dominates(&DomPoint, DII)) { in rewriteDebugUsers() 2011 Instruction &DomPoint, DominatorTree &DT) { in replaceAllDbgUsesWith() argument 2029 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith() 2041 return rewriteDebugUsers(From, To, DomPoint, DT, Identity); in replaceAllDbgUsesWith() 2057 return rewriteDebugUsers(From, To, DomPoint, DT, SignOrZeroExt); in replaceAllDbgUsesWith()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
| H A D | Local.h | 318 bool replaceAllDbgUsesWith(Instruction &From, Value &To, Instruction &DomPoint,
|