Searched refs:createPHIsForSplitLoopExit (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | BreakCriticalEdges.cpp | 291 createPHIsForSplitLoopExit(TIBB, NewBB, DestBB); in SplitKnownCriticalEdge() 299 createPHIsForSplitLoopExit(LoopPreds, NewExitBB, DestBB); in SplitKnownCriticalEdge()
|
| H A D | BasicBlockUtils.cpp | 818 createPHIsForSplitLoopExit(BB, NewBB, Succ); in ehAwareSplitEdge() 825 createPHIsForSplitLoopExit(LoopPreds, NewExitBB, Succ); in ehAwareSplitEdge() 834 void llvm::createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit() function in llvm
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 194 void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds,
|