Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp374 const auto *BlockLoop = LI.getLoopFor(SuccBlock); in computeJoinPoints() local
375 if (BlockLoop && DivBlockLoop->contains(BlockLoop)) in computeJoinPoints()
395 auto *BlockLoop = LI.getLoopFor(Block); in computeJoinPoints() local
396 bool IsLoopHeader = BlockLoop && BlockLoop->getHeader() == Block; in computeJoinPoints()
403 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
405 bool IsParentLoop = BlockLoop->contains(&DivTermBlock); in computeJoinPoints()