Searched refs:TopFunctions (Results 1 – 1 of 1) sorted by relevance
2702 std::vector<const BinaryFunction *> TopFunctions; in selectFunctionsToProcess() local2706 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()