Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp785 BasicBlock *LoopLatchBB, in updateDominatorTree() argument
793 for (auto *BB = LoopHeaderBB; BB != LoopLatchBB; BB = PostDomSucc) { in updateDominatorTree()
820 DT->changeImmediateDominator(LoopExitBB, LoopLatchBB); in updateDominatorTree()
H A DVPlan.h2095 static void updateDominatorTree(DominatorTree *DT, BasicBlock *LoopLatchBB,