Searched refs:shouldInterchange (Results 1 – 1 of 1) sorted by relevance
1166 std::optional<bool> shouldInterchange = in isProfitable() local1168 if (!shouldInterchange.has_value()) { in isProfitable()1169 shouldInterchange = isProfitablePerInstrOrderCost(); in isProfitable()1170 if (!shouldInterchange.has_value()) in isProfitable()1171 shouldInterchange = in isProfitable()1174 if (!shouldInterchange.has_value()) { in isProfitable()1183 } else if (!shouldInterchange.value()) { in isProfitable()