Searched refs:shouldInterchange (Results 1 – 1 of 1) sorted by relevance
1368 std::optional<bool> shouldInterchange; in isProfitable() local1374 shouldInterchange = isProfitablePerLoopCacheAnalysis(CostMap, CC); in isProfitable()1378 shouldInterchange = isProfitablePerInstrOrderCost(); in isProfitable()1381 shouldInterchange = in isProfitable()1388 if (shouldInterchange.has_value()) in isProfitable()1392 if (!shouldInterchange.has_value()) { in isProfitable()1401 } else if (!shouldInterchange.value()) { in isProfitable()