Lines Matching refs:ExitBlocks
64 SmallVectorImpl<BlockT *> &ExitBlocks) const { in getExitBlocks() argument
70 ExitBlocks.push_back(Succ); in getExitBlocks()
78 SmallVector<BlockT *, 8> ExitBlocks; in getExitBlock() local
79 getExitBlocks(ExitBlocks); in getExitBlock()
80 if (ExitBlocks.size() == 1) in getExitBlock()
81 return ExitBlocks[0]; in getExitBlock()
89 SmallVector<BlockT *, 4> ExitBlocks; in hasDedicatedExits() local
90 getExitBlocks(ExitBlocks); in hasDedicatedExits()
91 for (BlockT *EB : ExitBlocks) in hasDedicatedExits()
101 SmallVectorImpl<BlockT *> &ExitBlocks) const { in getUniqueExitBlocks() argument
129 ExitBlocks.push_back(Successor); in getUniqueExitBlocks()
138 ExitBlocks.push_back(Successor); in getUniqueExitBlocks()