Home
last modified time | relevance | path

Searched refs:MergeBlockIntoPredecessor (Results 1 – 25 of 31) sorted by relevance

12

/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h52 bool MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT = nullptr,
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp516 MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
628 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
DLoopUnrollAndJam.cpp549 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollAndJamLoop()
DLoopUnroll.cpp885 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
DBasicBlockUtils.cpp171 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h91 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp670 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
795 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
DLoopUnroll.cpp805 if (MergeBlockIntoPredecessor(Dest, /*DTU=*/DTUToUse, LI, in UnrollLoop()
DLoopUnrollRuntime.cpp977 MergeBlockIntoPredecessor(ExitBB, &DTU, LI); in UnrollRuntimeLoopRemainder()
DBasicBlockUtils.cpp179 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
350 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h95 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp469 MergeBlockIntoPredecessor(OrigHeader, DT, LI); in rotateLoop()
DGVN.cpp2207 MergeBlockIntoPredecessor(BB, DT, /* LoopInfo */ nullptr, MD); in runImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp663 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
DLoopUnswitch.cpp1643 MergeBlockIntoPredecessor(Succ, &DTU, LI, MSSAU.get()); in SimplifyCode()
DLoopFuse.cpp1128 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
DGVN.cpp2136 bool removedBlock = MergeBlockIntoPredecessor(BB, &DTU, LI, nullptr, MD); in runImpl()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp684 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
DLoopFuse.cpp1540 MergeBlockIntoPredecessor(Succ, &DTU, &LI); in mergeLatch()
DGVN.cpp2587 bool removedBlock = MergeBlockIntoPredecessor(&BB, &DTU, LI, MSSAU, MD); in runImpl()
/external/llvm/lib/Transforms/Utils/
DBasicBlockUtils.cpp95 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT, in MergeBlockIntoPredecessor() function in llvm
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp461 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1009 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1014 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1023 MergeBlockIntoPredecessor(&BB); in cleanupPreparedFunclets()

12