Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp191 sampleprof::SampleProfileMap ContextLessProfiles; in computeSummaryForProfiles() local
202 ContextLessProfiles[I.second.getName()].merge(I.second); in computeSummaryForProfiles()
204 ProfilesToUse = &ContextLessProfiles; in computeSummaryForProfiles()
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1006 sampleprof::SampleProfileMap ContextLessProfiles; in postProcessProfiles() local
1008 ContextLessProfiles[I.second.getName()].merge(I.second); in postProcessProfiles()
1011 calculateAndShowDensity(ContextLessProfiles); in postProcessProfiles()
1031 SampleProfileMap ContextLessProfiles; in computeSummaryAndThreshold() local
1032 ContextTracker.createContextLessProfileMap(ContextLessProfiles); in computeSummaryAndThreshold()
1041 ProfileGeneratorBase::computeSummaryAndThreshold(ContextLessProfiles); in computeSummaryAndThreshold()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h134 void createContextLessProfileMap(SampleProfileMap &ContextLessProfiles);
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp634 SampleProfileMap &ContextLessProfiles) { in createContextLessProfileMap() argument
639 ContextLessProfiles[Node->getFuncName()].merge(*FProfile); in createContextLessProfileMap()