Searched refs:other_outside_cost (Results 1 – 1 of 1) sorted by relevance
2025 auto other_outside_cost = other->outside_cost (); in compare_outside_loop_cost() local2026 if (this_outside_cost != other_outside_cost) in compare_outside_loop_cost()2027 return this_outside_cost < other_outside_cost ? -1 : 1; in compare_outside_loop_cost()