Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp197 sampleprof::SampleProfileMap ContextLessProfiles; in computeSummaryForProfiles() local
207 ProfileConverter::flattenProfile(Profiles, ContextLessProfiles, true); in computeSummaryForProfiles()
208 ProfilesToUse = &ContextLessProfiles; in computeSummaryForProfiles()
/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h135 void createContextLessProfileMap(SampleProfileMap &ContextLessProfiles);
/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp622 SampleProfileMap &ContextLessProfiles) { in createContextLessProfileMap() argument
627 ContextLessProfiles.create(Node->getFuncName()).merge(*FProfile); in createContextLessProfileMap()
/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1146 SampleProfileMap ContextLessProfiles; in computeSummaryAndThreshold() local
1147 ContextTracker.createContextLessProfileMap(ContextLessProfiles); in computeSummaryAndThreshold()
1156 ProfileGeneratorBase::computeSummaryAndThreshold(ContextLessProfiles); in computeSummaryAndThreshold()