Searched refs:NumExitBlocks (Results 1 – 2 of 2) sorted by relevance
57 size_t NumExitBlocks = 0; in getExitBlocks() local61 for (size_t Idx = NumExitBlocks, End = TmpStorage.size(); Idx < End; in getExitBlocks()65 auto ExitEndIt = TmpStorage.begin() + NumExitBlocks; in getExitBlocks()67 TmpStorage[NumExitBlocks++] = Succ; in getExitBlocks()71 TmpStorage.resize(NumExitBlocks); in getExitBlocks()
1224 size_t NumExitBlocks = 0; in verifyInput() local1228 NumExitBlocks++; in verifyInput()1230 assert(NumExitBlocks > 0 && "cannot find exit blocks"); in verifyInput()