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

/freebsd-current/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1529 &FoldCacheUser) {
1532 // Remove FoldCacheUser entry for ID when replacing an existing FoldCache
1534 auto &UserIDs = FoldCacheUser[I.first->second];
1544 auto R = FoldCacheUser.insert({S, {}});
1564 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser);
1899 insertFoldCacheEntry(ID, S, FoldCache, FoldCacheUser);
8388 FoldCacheUser.clear();
13950 auto FoldUser = FoldCacheUser.find(S);
13951 if (FoldUser != FoldCacheUser.end())
13954 FoldCacheUser
[all...]
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1412 DenseMap<const SCEV *, SmallVector<FoldID, 2>> FoldCacheUser; member in class:llvm::ScalarEvolution

Completed in 131 milliseconds