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.cpp1535 DenseMap<ScalarEvolution::FoldID, const SCEV *> &FoldCache, in insertFoldCacheEntry() argument
1538 auto I = FoldCache.insert({ID, S}); in insertFoldCacheEntry()
1565 if (const SCEV *S = FoldCache.lookup(ID)) in getZeroExtendExpr()
1570 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getZeroExtendExpr()
1899 if (const SCEV *S = FoldCache.lookup(ID)) in getSignExtendExpr()
1904 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getSignExtendExpr()
8449 FoldCache.clear(); in forgetAllLoops()
14307 FoldCache.erase(KV); in forgetMemoizedResultsImpl()
14615 for (auto [FoldID, Expr] : FoldCache) { in verify()
14629 const SCEV *S = FoldCache.lookup(FoldID); in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1497 DenseMap<FoldID, const SCEV *> FoldCache;