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.cpp338 bool checkLoopHeuristics(const Loop *L, const CostInfo LoopDepth[2]);
869 !checkLoopHeuristics(L, LoopCost)) { in findProfitableSIGroupsInnerLoops()
1094 bool SelectOptimizeImpl::checkLoopHeuristics(const Loop *L, in checkLoopHeuristics() function in SelectOptimizeImpl