Searched refs:IdenticalTripCountRes (Results 1 – 1 of 1) sorted by relevance
887 std::pair<bool, std::optional<unsigned>> IdenticalTripCountRes = in fuseCandidates() local889 bool SameTripCount = IdenticalTripCountRes.first; in fuseCandidates()890 std::optional<unsigned> TCDifference = IdenticalTripCountRes.second; in fuseCandidates()