Searched refs:FoldCache (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 1587 DenseMap<ScalarEvolution::FoldID, const SCEV *> &FoldCache, in insertFoldCacheEntry() argument 1590 auto I = FoldCache.insert({ID, S}); in insertFoldCacheEntry() 1621 auto Iter = FoldCache.find(ID); in getZeroExtendExpr() 1622 if (Iter != FoldCache.end()) in getZeroExtendExpr() 1627 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getZeroExtendExpr() 1943 auto Iter = FoldCache.find(ID); in getSignExtendExpr() 1944 if (Iter != FoldCache.end()) in getSignExtendExpr() 1949 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getSignExtendExpr() 8459 FoldCache.clear(); in forgetAllLoops() 13965 FoldCache.erase(KV); in forgetMemoizedResultsImpl() [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 1408 DenseMap<FoldID, const SCEV *> FoldCache;
|