Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DProfileSummaryBuilder.cpp197 sampleprof::SampleProfileMap ContextLessProfiles; in computeSummaryForProfiles() local
208 ContextLessProfiles[I.second.getName()].merge(I.second); in computeSummaryForProfiles()
210 ProfilesToUse = &ContextLessProfiles; in computeSummaryForProfiles()
/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp1022 sampleprof::SampleProfileMap ContextLessProfiles; in postProcessProfiles() local
1024 ContextLessProfiles[I.second.getName()].merge(I.second); in postProcessProfiles()
1027 calculateAndShowDensity(ContextLessProfiles); in postProcessProfiles()
1047 SampleProfileMap ContextLessProfiles; in computeSummaryAndThreshold() local
1048 ContextTracker.createContextLessProfileMap(ContextLessProfiles); in computeSummaryAndThreshold()
1057 ProfileGeneratorBase::computeSummaryAndThreshold(ContextLessProfiles); in computeSummaryAndThreshold()
/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h135 void createContextLessProfileMap(SampleProfileMap &ContextLessProfiles);
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp636 SampleProfileMap &ContextLessProfiles) { in createContextLessProfileMap() argument
641 ContextLessProfiles[Node->getFuncName()].merge(*FProfile); in createContextLessProfileMap()