Searched refs:createPHIsForSplitLoopExit (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | BreakCriticalEdges.cpp | 297 createPHIsForSplitLoopExit(TIBB, NewBB, DestBB); in SplitKnownCriticalEdge() 305 createPHIsForSplitLoopExit(LoopPreds, NewExitBB, DestBB); in SplitKnownCriticalEdge()
|
H A D | BasicBlockUtils.cpp | 698 createPHIsForSplitLoopExit(BB, NewBB, Succ); in ehAwareSplitEdge() 705 createPHIsForSplitLoopExit(LoopPreds, NewExitBB, Succ); in ehAwareSplitEdge() 714 void llvm::createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds, in createPHIsForSplitLoopExit() function in llvm
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 186 void createPHIsForSplitLoopExit(ArrayRef<BasicBlock *> Preds,
|