Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp1173 std::optional<bool> shouldInterchange = in isProfitable() local
1175 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()