Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp194 bool computeLoopCosts(const Loop *L, const SelectGroups &SIGroups,
598 if (!computeLoopCosts(L, SIGroups, InstCostMap, LoopCost) || in findProfitableSIGroupsInnerLoops()
883 bool SelectOptimize::computeLoopCosts( in computeLoopCosts() function in SelectOptimize