Home
last modified time | relevance | path

Searched defs:PairCache (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/stg/
H A Dstgdiff.cc79 struct PairCache { in RunExact() struct
80 std::optional<bool> Query(const stg::Pair& comparison) const { in RunExact()
85 void AllSame(const std::vector<stg::Pair>& comparisons) { in RunExact()
90 void AllDifferent(const std::vector<stg::Pair>&) {} in RunExact()
91 std::unordered_set<stg::Pair> equalities; in RunExact()