Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDProfileSummaryBuilder.cpp197 sampleprof::SampleProfileMap ContextLessProfiles; in computeSummaryForProfiles() local
207 ProfileConverter::flattenProfile(Profiles, ContextLessProfiles, true); in computeSummaryForProfiles()
208 ProfilesToUse = &ContextLessProfiles; in computeSummaryForProfiles()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
HDSampleContextTracker.h135 void createContextLessProfileMap(SampleProfileMap &ContextLessProfiles);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
HDSampleContextTracker.cpp622 SampleProfileMap &ContextLessProfiles) { in createContextLessProfileMap() argument
627 ContextLessProfiles.create(Node->getFuncName()).merge(*FProfile); in createContextLessProfileMap()