Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/Transforms/GVN/
Dstale-loop-info.ll5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
/external/llvm-project/llvm/test/Transforms/NewGVN/
Dstale-loop-info.ll5 ; MergeBlockIntoPredecessor in GVN failed to update LI.
/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/llvm-project/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h94 bool MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU = nullptr,
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp582 bool DidMerge = MergeBlockIntoPredecessor(OrigHeader, &DTU, LI, MSSAU); in rotateLoop()
707 MergeBlockIntoPredecessor(Latch, &DTU, LI, MSSAU, nullptr, in simplifyLoopLatch()
DBasicBlockUtils.cpp172 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DomTreeUpdater *DTU, in MergeBlockIntoPredecessor() function in llvm
325 if (MergeBlockIntoPredecessor(Dest, DTU, LI)) { in MergeBlockSuccessorsIntoGivenBlocks()
DLoopUnroll.cpp865 if (MergeBlockIntoPredecessor(Dest, &DTU, LI)) { in UnrollLoop()
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp469 MergeBlockIntoPredecessor(OrigHeader, DT, LI); in rotateLoop()
/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()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DLoopSimplifyCFG.cpp670 MergeBlockIntoPredecessor(Succ, &DTU, &LI, MSSAU); in mergeBlocksIntoPredecessors()
DLoopUnswitch.cpp1618 MergeBlockIntoPredecessor(Succ, &DTU, LI, MSSAU.get()); in simplifyCode()
/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/Transforms/Utils/
DBasicBlockUtils.cpp95 bool llvm::MergeBlockIntoPredecessor(BasicBlock *BB, DominatorTree *DT, in MergeBlockIntoPredecessor() function in llvm
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp1265 MergeBlockIntoPredecessor(FiniBB); in EmitOMPInlinedRegion()
1276 auto merged = MergeBlockIntoPredecessor(ExitBB); in EmitOMPInlinedRegion()
/external/llvm/lib/CodeGen/
DWinEHPrepare.cpp1009 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
/external/llvm-project/llvm/lib/CodeGen/
DWinEHPrepare.cpp1036 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp655 bool Merged = MergeBlockIntoPredecessor(VectorLatchBB, nullptr, State->LI); in execute()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DWinEHPrepare.cpp1014 MergeBlockIntoPredecessor(BB); in cleanupPreparedFunclets()

12