Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2697 uint64_t LiteThresholdExecCount = 0; in selectFunctionsToProcess() local
2716 LiteThresholdExecCount = TopFunctions[Index]->getKnownExecutionCount(); in selectFunctionsToProcess()
2718 << LiteThresholdExecCount << " invocations\n"; in selectFunctionsToProcess()
2720 LiteThresholdExecCount = std::max( in selectFunctionsToProcess()
2721 LiteThresholdExecCount, static_cast<uint64_t>(opts::LiteThresholdCount)); in selectFunctionsToProcess()
2751 if (Function.getKnownExecutionCount() < LiteThresholdExecCount) in selectFunctionsToProcess()