Home
last modified time | relevance | path

Searched refs:LoopLatchBB (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlan.cpp478 BasicBlock *LoopLatchBB, in updateDominatorTree() argument
486 for (auto *BB = LoopHeaderBB; BB != LoopLatchBB; BB = PostDomSucc) { in updateDominatorTree()
513 DT->changeImmediateDominator(LoopExitBB, LoopLatchBB); in updateDominatorTree()
DVPlan.h1462 static void updateDominatorTree(DominatorTree *DT, BasicBlock *LoopLatchBB,
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlan.cpp672 BasicBlock *LoopLatchBB, in updateDominatorTree() argument
680 for (auto *BB = LoopHeaderBB; BB != LoopLatchBB; BB = PostDomSucc) { in updateDominatorTree()
707 DT->changeImmediateDominator(LoopExitBB, LoopLatchBB); in updateDominatorTree()
DVPlan.h1807 static void updateDominatorTree(DominatorTree *DT, BasicBlock *LoopLatchBB,