Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp194 bool computeLoopCosts(const Loop *L, const SelectGroups &SIGroups,
573 if (!computeLoopCosts(L, SIGroups, InstCostMap, LoopCost) || in findProfitableSIGroupsInnerLoops()
834 bool SelectOptimize::computeLoopCosts( in computeLoopCosts() function in SelectOptimize