Searched refs:BlockLoop (Results 1 – 2 of 2) sorted by relevance
356 const auto *BlockLoop = LI.getLoopFor(SuccBlock); in computeJoinPoints() local357 if (BlockLoop && DivBlockLoop->contains(BlockLoop)) in computeJoinPoints()377 auto *BlockLoop = LI.getLoopFor(Block); in computeJoinPoints() local378 bool IsLoopHeader = BlockLoop && BlockLoop->getHeader() == Block; in computeJoinPoints()385 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()387 bool IsParentLoop = BlockLoop->contains(&DivTermBlock); in computeJoinPoints()
272 auto *BlockLoop = LI.getLoopFor(Block); in computeJoinPoints() local274 (ParentLoop != BlockLoop && ParentLoop->contains(BlockLoop))) { in computeJoinPoints()278 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()