Searched refs:MergeBlockIntoPredecessor (Results 1 – 13 of 13) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | BasicBlockUtils.h | 96 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr, 108 /// MergeBlockIntoPredecessor. Blocks are successfully merged when the call to 109 /// MergeBlockIntoPredecessor returns true.
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopRotationUtils.cpp | 914 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 1039 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
H A D | LoopUnrollRuntime.cpp | 1000 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
|
H A D | LoopUnroll.cpp | 996 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
|
H A D | BasicBlockUtils.cpp | 180 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm 351 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
|
H A D | SimplifyCFG.cpp | 3453 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl() 7800 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopSimplifyCFG.cpp | 681 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
H A D | LoopFuse.cpp | 1538 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
H A D | GVN.cpp | 2784 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, &LI, MSSAU, MD); in runImpl()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | WinEHPrepare.cpp | 1172 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
|
H A D | CodeGenPrepare.cpp | 864 MergeBlockIntoPredecessor(BB, /* DTU */ nullptr, LI, /* MSSAU */ nullptr, in eliminateFallThrough() 1143 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
|
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | CrashDebugger.cpp | 412 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 5734 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion() 5740 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
|