Searched refs:shouldInterchange (Results 1 – 1 of 1) sorted by relevance
1173 std::optional<bool> shouldInterchange = in isProfitable() local1175 if (!shouldInterchange.has_value()) { in isProfitable()1176 shouldInterchange = isProfitablePerInstrOrderCost(); in isProfitable()1177 if (!shouldInterchange.has_value()) in isProfitable()1178 shouldInterchange = in isProfitable()1181 if (!shouldInterchange.has_value()) { in isProfitable()1190 } else if (!shouldInterchange.value()) { in isProfitable()