Home
last modified time | relevance | path

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

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