Searched refs:lhs_matching_iterations (Results 1 – 1 of 1) sorted by relevance
2416 absl::optional<int64> lhs_matching_iterations = in LhsIsBestMatchForNonContractingPartitioning() local2420 if (lhs_matching_iterations && rhs_matching_iterations && in LhsIsBestMatchForNonContractingPartitioning()2421 *lhs_matching_iterations != *rhs_matching_iterations) { in LhsIsBestMatchForNonContractingPartitioning()2422 lhs_matching = *lhs_matching_iterations < *rhs_matching_iterations; in LhsIsBestMatchForNonContractingPartitioning()