Searched refs:BlockLoopExits (Results 1 – 2 of 2) sorted by relevance
277 SmallVector<BasicBlock *, 4> BlockLoopExits; in computeJoinPoints() local278 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()279 for (const auto *BlockLoopExit : BlockLoopExits) { in computeJoinPoints()
384 SmallVector<BasicBlock *, 4> BlockLoopExits; in computeJoinPoints() local385 BlockLoop->getExitBlocks(BlockLoopExits); in computeJoinPoints()388 for (const auto *BlockLoopExit : BlockLoopExits) { in computeJoinPoints()