Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp21 cl::opt<bool> UseContextLessSummary( variable
199 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS && in computeSummaryForProfiles()
200 !UseContextLessSummary.getNumOccurrences())) { in computeSummaryForProfiles()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp94 extern cl::opt<bool> UseContextLessSummary;
1038 (!UseContextLessSummary.getNumOccurrences() || UseContextLessSummary) && in computeSummaryAndThreshold()