Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp22 cl::opt<bool> UseContextLessSummary( variable
205 if (UseContextLessSummary || (sampleprof::FunctionSamples::ProfileIsCS && in computeSummaryForProfiles()
206 !UseContextLessSummary.getNumOccurrences())) { in computeSummaryForProfiles()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp109 extern cl::opt<bool> UseContextLessSummary;
1054 (!UseContextLessSummary.getNumOccurrences() || UseContextLessSummary) && in computeSummaryAndThreshold()