Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DSyncDependenceAnalysis.cpp373 const auto *BlockLoop = LI.getLoopFor(SuccBlock); in computeJoinPoints() local
374 if (BlockLoop && DivBlockLoop->contains(BlockLoop)) in computeJoinPoints()
394 auto *BlockLoop = LI.getLoopFor(Block); in computeJoinPoints() local
395 bool IsLoopHeader = BlockLoop && BlockLoop->getHeader() == Block; in computeJoinPoints()
402 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()
404 bool IsParentLoop = BlockLoop->contains(&DivTermBlock); in computeJoinPoints()