Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp356 const auto *BlockLoop = LI.getLoopFor(SuccBlock); in computeJoinPoints() local
357 if (BlockLoop && DivBlockLoop->contains(BlockLoop)) in computeJoinPoints()
377 auto *BlockLoop = LI.getLoopFor(Block); in computeJoinPoints() local
378 bool IsLoopHeader = BlockLoop && BlockLoop->getHeader() == Block; in computeJoinPoints()
385 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
387 bool IsParentLoop = BlockLoop->contains(&DivTermBlock); in computeJoinPoints()