Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp189 StringMap<sampleprof::FunctionSamples> ContextLessProfiles; in computeSummaryForProfiles() local
200 ContextLessProfiles[I.second.getName()].merge(I.second); in computeSummaryForProfiles()
202 ProfilesToUse = &ContextLessProfiles; in computeSummaryForProfiles()