Home
last modified time | relevance | path

Searched refs:shouldInterchange (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1166 std::optional<bool> shouldInterchange = in isProfitable() local
1168 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()