Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DSelectOptimize.cpp190 bool checkLoopHeuristics(const Loop *L, const CostInfo LoopDepth[2]);
599 !checkLoopHeuristics(L, LoopCost)) { in findProfitableSIGroupsInnerLoops()
814 bool SelectOptimize::checkLoopHeuristics(const Loop *L, in checkLoopHeuristics() function in SelectOptimize