Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/IPO/
DSampleProfile.cpp84 static cl::opt<double> SampleProfileGlobalColdThreshold( variable
646 if (SamplesPercent <= SampleProfileGlobalColdThreshold) { in emitInlineHints()
653 << format("%.2f", SampleProfileGlobalColdThreshold.getValue()) << "%)"; in emitInlineHints()