Searched refs:MergeBlockIntoPredecessor (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/Transforms/Utils/ |
| H A D | BasicBlockUtils.h | 68 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/ |
| H A D | LoopSimplifyCFG.cpp | 581 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
|
| H A D | GVN.cpp | 2008 bool removedBlock = MergeBlockIntoPredecessor(BB, &DTU, LI, nullptr, MD); in runImpl()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | LoopRotationUtils.cpp | 505 MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
|
| H A D | BasicBlockUtils.cpp | 137 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
|
| H A D | SimplifyCFG.cpp | 6024 if (MergeBlockIntoPredecessor(BB)) in simplifyOnce()
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/ |
| H A D | VPlan.cpp | 431 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | WinEHPrepare.cpp | 1013 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
|
| H A D | CodeGenPrepare.cpp | 570 MergeBlockIntoPredecessor(BB); in eliminateFallThrough() 805 MergeBlockIntoPredecessor(DestBB); in eliminateMostlyEmptyBlock()
|
| /freebsd-12.1/contrib/llvm/tools/bugpoint/ |
| H A D | CrashDebugger.cpp | 388 MergeBlockIntoPredecessor(BB); in simpleSimplifyCfg()
|