Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp372 class LoopInterchangeProfitability { class
374 LoopInterchangeProfitability(Loop *Outer, Loop *Inner, ScalarEvolution *SE, in LoopInterchangeProfitability() function in __anon3ee250a90211::LoopInterchangeProfitability
548 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop()
1152 int LoopInterchangeProfitability::getInstrOrderCost() { in getInstrOrderCost()
1225 bool LoopInterchangeProfitability::isProfitable(unsigned InnerLoopId, in isProfitable()