Searched refs:FoldCache (Results 1 – 2 of 2) sorted by relevance
1530 auto I = FoldCache.insert({ID, S}); in insertFoldCacheEntry()1558 auto Iter = FoldCache.find(ID); in getZeroExtendExpr()1559 if (Iter != FoldCache.end()) in getZeroExtendExpr()1564 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getZeroExtendExpr()1893 auto Iter = FoldCache.find(ID); in getSignExtendExpr()1894 if (Iter != FoldCache.end()) in getSignExtendExpr()8387 FoldCache.clear(); in forgetAllLoops()13953 FoldCache.erase(KV); in forgetMemoizedResultsImpl()14261 for (auto [FoldID, Expr] : FoldCache) { in verify()14275 auto I = FoldCache.find(FoldID); in verify()[all …]
1411 DenseMap<FoldID, const SCEV *> FoldCache;