Home
last modified time | relevance | path

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

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