Searched refs:MergeBlockIntoPredecessor (Results 1 – 14 of 14) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 893 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop() 1015 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
|
| H A D | BasicBlockUtils.cpp | 177 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm 348 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
|
| H A D | LoopUnrollRuntime.cpp | 1003 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
|
| H A D | LoopUnroll.cpp | 1002 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
|
| H A D | SimplifyCFG.cpp | 3608 MergeBlockIntoPredecessor(EdgeBB, DTU); in foldCondBranchOnValueKnownInPredecessorImpl() 8295 if (MergeBlockIntoPredecessor(BB, DTU)) in simplifyOnce()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 101 LLVM_ABI bool MergeBlockIntoPredecessor(
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 701 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
| H A D | LoopFuse.cpp | 1538 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
|
| H A D | GVN.cpp | 2851 bool RemovedBlock = MergeBlockIntoPredecessor(&BB, &DTU, &LI, MSSAU, MD); in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 410 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1214 Changed |= MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()
|
| H A D | CodeGenPrepare.cpp | 865 MergeBlockIntoPredecessor(BB, /* DTU */ nullptr, LI, /* MSSAU */ nullptr, in eliminateFallThrough() 1139 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.cpp | 6059 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion() 6065 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19027 …5MergeBlockIntoPredecessorEPNS_10BasicBlockEPNS_4PassE", "llvm::MergeBlockIntoPredecessor(llvm::Ba…
|