Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1529 DenseMap<ScalarEvolution::FoldID, const SCEV *> &FoldCache, in insertFoldCacheEntry() argument
1532 auto I = FoldCache.insert({ID, S}); in insertFoldCacheEntry()
1560 auto Iter = FoldCache.find(ID); in getZeroExtendExpr()
1561 if (Iter != FoldCache.end()) in getZeroExtendExpr()
1566 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getZeroExtendExpr()
1895 auto Iter = FoldCache.find(ID); in getSignExtendExpr()
1896 if (Iter != FoldCache.end()) in getSignExtendExpr()
1901 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getSignExtendExpr()
8406 FoldCache.clear(); in forgetAllLoops()
14113 FoldCache.erase(KV); in forgetMemoizedResultsImpl()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1438 DenseMap<FoldID, const SCEV *> FoldCache;