Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp2702 std::vector<const BinaryFunction *> TopFunctions; in selectFunctionsToProcess() local
2706 TopFunctions.push_back(&Function); in selectFunctionsToProcess()
2709 TopFunctions, [](const BinaryFunction *A, const BinaryFunction *B) { in selectFunctionsToProcess()
2713 size_t Index = TopFunctions.size() * opts::LiteThresholdPct / 100; in selectFunctionsToProcess()
2716 LiteThresholdExecCount = TopFunctions[Index]->getKnownExecutionCount(); in selectFunctionsToProcess()