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