Searched refs:ExitBlocksCache (Results 1 – 2 of 2) sorted by relevance
78 mutable SmallVector<BlockT *, 4> ExitBlocksCache; variable119 void clearCache() const { ExitBlocksCache.clear(); } in clearCache()
50 if (!ExitBlocksCache.empty()) { in getExitBlocks()51 TmpStorage = ExitBlocksCache; in getExitBlocks()73 ExitBlocksCache.append(TmpStorage.begin(), TmpStorage.end()); in getExitBlocks()