Searched refs:MergeBlockIntoPredecessor (Results 1 – 16 of 16) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/ |
| H A D | stale-loop-info.ll | 5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
|
| /llvm-project-15.0.7/llvm/test/Transforms/NewGVN/ |
| H A D | stale-loop-info.ll | 5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 664 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 789 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
| H A D | LoopUnroll.cpp | 768 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
|
| H A D | LoopUnrollRuntime.cpp | 979 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
|
| H A D | BasicBlockUtils.cpp | 178 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm 332 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
|
| H A D | SimplifyCFG.cpp | 3117 MergeBlockIntoPredecessor(EdgeBB, DTU); in FoldCondBranchOnValueKnownInPredecessorImpl() 7104 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
|
| /llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 93 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 677 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
| H A D | LoopFuse.cpp | 1290 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
| H A D | GVN.cpp | 2604 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, LI, MSSAU, MD); in runImpl()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1026 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
|
| H A D | CodeGenPrepare.cpp | 726 MergeBlockIntoPredecessor(BB); in eliminateFallThrough() 977 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
|
| /llvm-project-15.0.7/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 396 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
|
| /llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 3396 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion() 3402 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
|
| /llvm-project-15.0.7/llvm/test/Transforms/GVN/PRE/ |
| H A D | rle.ll | 806 ; indirectbr currently prevents MergeBlockIntoPredecessor from merging latch
|