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.cpp1368 std::optional<bool> shouldInterchange; in isProfitable() local
1374 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()