Home
last modified time | relevance | path

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

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