Searched refs:MergeBlockIntoPredecessor (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 668 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 793 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
H A D | LoopUnroll.cpp | 881 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
|
H A D | BasicBlockUtils.cpp | 173 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm 322 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
|
H A D | SimplifyCFG.cpp | 6741 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnceImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 94 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 669 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
H A D | LoopUnswitch.cpp | 1748 MergeBlockIntoPredecessor(Succ, &DTU, LI, MSSAU.get()); in simplifyCode()
|
H A D | LoopFuse.cpp | 1290 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
H A D | GVN.cpp | 2464 bool removedBlock = MergeBlockIntoPredecessor(BB, &DTU, LI, MSSAU, MD); in runImpl()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 1029 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
|
H A D | CodeGenPrepare.cpp | 712 MergeBlockIntoPredecessor(BB); in eliminateFallThrough() 963 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/ |
H A D | VPlan.cpp | 750 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 397 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 1999 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion() 2010 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
|