Searched refs:LiteThresholdExecCount (Results 1 – 1 of 1) sorted by relevance
2697 uint64_t LiteThresholdExecCount = 0; in selectFunctionsToProcess() local2716 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()