Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp304 class LoopInterchangeProfitability { class
306 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() function in __anon50ce586c0211::LoopInterchangeProfitability
520 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop()
1047 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost()
1102 LoopInterchangeProfitability::isProfitablePerLoopCacheAnalysis( in isProfitablePerLoopCacheAnalysis()
1127 LoopInterchangeProfitability::isProfitablePerInstrOrderCost() { in isProfitablePerInstrOrderCost()
1139 std::optional<bool> LoopInterchangeProfitability::isProfitableForVectorization( in isProfitableForVectorization()
1160 bool LoopInterchangeProfitability::isProfitable( in isProfitable()