Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp299 class LoopInterchangeProfitability { class
301 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() function in __anon815ea8750211::LoopInterchangeProfitability
515 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop()
1041 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost()
1096 LoopInterchangeProfitability::isProfitablePerLoopCacheAnalysis( in isProfitablePerLoopCacheAnalysis()
1120 LoopInterchangeProfitability::isProfitablePerInstrOrderCost() { in isProfitablePerInstrOrderCost()
1132 std::optional<bool> LoopInterchangeProfitability::isProfitableForVectorization( in isProfitableForVectorization()
1153 bool LoopInterchangeProfitability::isProfitable( in isProfitable()