Searched refs:ResultCache (Results 1 – 1 of 1) sorted by relevance
594 MemoizationMap::iterator I = ResultCache.find(Key); in memoizedMatchesRecursively()595 if (I != ResultCache.end()) { in memoizedMatchesRecursively()605 MemoizedMatchResult &CachedResult = ResultCache[Key]; in memoizedMatchesRecursively()647 if (ResultCache.size() > MaxMemoizationEntries) in matchesChildOf()648 ResultCache.clear(); in matchesChildOf()656 if (ResultCache.size() > MaxMemoizationEntries) in matchesDescendantOf()657 ResultCache.clear(); in matchesDescendantOf()668 if (ResultCache.size() > MaxMemoizationEntries) in matchesAncestorOf()669 ResultCache.clear(); in matchesAncestorOf()962 if (I != ResultCache.end()) { in matchesAnyAncestorOf()[all …]