Searched refs:MergeBlockIntoPredecessor (Results 1 – 13 of 13) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 885 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 1010 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
| H A D | LoopUnroll.cpp | 834 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
|
| H A D | LoopUnrollRuntime.cpp | 1000 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
|
| 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 | 3391 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl() 7549 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 96 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 682 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
| H A D | LoopFuse.cpp | 1538 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
| H A D | GVN.cpp | 2713 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, &LI, MSSAU, MD); in runImpl()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1171 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
|
| H A D | CodeGenPrepare.cpp | 864 MergeBlockIntoPredecessor(BB, /* DTU */ nullptr, LI, /* MSSAU */ nullptr, in eliminateFallThrough() 1144 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 412 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 4179 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion() 4185 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
|