Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSelectOptimize.cpp274 bool checkLoopHeuristics(const Loop *L, const CostInfo LoopDepth[2]);
971 !checkLoopHeuristics(L, LoopCost)) { in findProfitableSIGroupsInnerLoops()
1210 bool SelectOptimizeImpl::checkLoopHeuristics(const Loop *L, in checkLoopHeuristics() function in SelectOptimizeImpl