Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/ProfileData/
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/include/llvm/Transforms/IPO/
DSampleContextTracker.h135 void createContextLessProfileMap(SampleProfileMap &ContextLessProfiles);
/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DSampleContextTracker.cpp636 SampleProfileMap &ContextLessProfiles) { in createContextLessProfileMap() argument
641 ContextLessProfiles[Node->getFuncName()].merge(*FProfile); in createContextLessProfileMap()