Home
last modified time | relevance | path

Searched refs:ExitBlocksCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DGenericCycleInfo.h78 mutable SmallVector<BlockT *, 4> ExitBlocksCache; variable
119 void clearCache() const { ExitBlocksCache.clear(); } in clearCache()
H A DGenericCycleImpl.h50 if (!ExitBlocksCache.empty()) { in getExitBlocks()
51 TmpStorage = ExitBlocksCache; in getExitBlocks()
73 ExitBlocksCache.append(TmpStorage.begin(), TmpStorage.end()); in getExitBlocks()