Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp141 LiteThresholdPct("lite-threshold-pct", variable
2698 if (opts::LiteThresholdPct) { in selectFunctionsToProcess()
2699 if (opts::LiteThresholdPct > 100) in selectFunctionsToProcess()
2700 opts::LiteThresholdPct = 100; in selectFunctionsToProcess()
2713 size_t Index = TopFunctions.size() * opts::LiteThresholdPct / 100; in selectFunctionsToProcess()