Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DSelectOptimize.cpp190 bool checkLoopHeuristics(const Loop *L, const CostInfo LoopDepth[2]);
574 !checkLoopHeuristics(L, LoopCost)) { in findProfitableSIGroupsInnerLoops()
765 bool SelectOptimize::checkLoopHeuristics(const Loop *L, in checkLoopHeuristics() function in SelectOptimize