Home
last modified time | relevance | path

Searched refs:FuncToCtxtProfiles (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h143 return FuncToCtxtProfiles; in getFuncToCtxtProfiles()
211 StringMap<ContextSamplesTy> FuncToCtxtProfiles; variable
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp219 FuncToCtxtProfiles[Node->getFuncName()].push_back(FSamples); in populateFuncToCtxtMap()
306 return FuncToCtxtProfiles[CanonName]; in getAllContextSamplesFor()
311 return FuncToCtxtProfiles[Name]; in getAllContextSamplesFor()
340 for (auto *CSamples : FuncToCtxtProfiles[Name]) { in getBaseSamplesFor()