Searched refs:FoldSubsumptionCache (Results 1 – 2 of 2) sorted by relevance
217 FoldSubsumptionCache; variable
2073 auto It = FoldSubsumptionCache.find(Key); in Subsumes()2074 if (It == FoldSubsumptionCache.end()) { in Subsumes()2083 It = FoldSubsumptionCache.try_emplace(std::move(Key), DoesSubsume).first; in Subsumes()