Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp1589 &FoldCacheUser) { in insertFoldCacheEntry() argument
1594 auto &UserIDs = FoldCacheUser[I.first->second]; in insertFoldCacheEntry()
1604 auto R = FoldCacheUser.insert({S, {}}); in insertFoldCacheEntry()
1627 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getZeroExtendExpr()
1949 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser); in getSignExtendExpr()
8460 FoldCacheUser.clear(); in forgetAllLoops()
13962 auto FoldUser = FoldCacheUser.find(S); in forgetMemoizedResultsImpl()
13963 if (FoldUser != FoldCacheUser.end()) in forgetMemoizedResultsImpl()
13966 FoldCacheUser.erase(S); in forgetMemoizedResultsImpl()
14274 auto I = FoldCacheUser.find(Expr); in verify()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1409 DenseMap<const SCEV *, SmallVector<FoldID, 2>> FoldCacheUser;