Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp187 StringMap<sampleprof::FunctionSamples> ContextLessProfiles; in computeSummaryForProfiles() local
198 ContextLessProfiles[I.second.getName()].merge(I.second); in computeSummaryForProfiles()
200 ProfilesToUse = &ContextLessProfiles; in computeSummaryForProfiles()