Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionSpecialization.cpp63 AvgLoopIterationCount("func-specialization-avg-iters-cost", cl::Hidden, variable
287 Cost *= std::pow((double)AvgLoopIterationCount, LoopDepth); in getUserBonus()