Home
last modified time | relevance | path

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

/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp186 FuncToCtxtProfileSet[Context.getNameWithoutContext()].insert(FSamples); in SampleContextTracker()
269 return FuncToCtxtProfileSet[CanonName]; in getAllContextSamplesFor()
274 return FuncToCtxtProfileSet[Name]; in getAllContextSamplesFor()
298 for (auto *CSamples : FuncToCtxtProfileSet[Name]) { in getBaseSamplesFor()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Transforms/IPO/
H A DSampleContextTracker.cpp186 FuncToCtxtProfileSet[Context.getNameWithoutContext()].insert(FSamples); in SampleContextTracker()
269 return FuncToCtxtProfileSet[CanonName]; in getAllContextSamplesFor()
274 return FuncToCtxtProfileSet[Name]; in getAllContextSamplesFor()
298 for (auto *CSamples : FuncToCtxtProfileSet[Name]) { in getBaseSamplesFor()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h145 StringMap<ContextSamplesTy> FuncToCtxtProfileSet; variable
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/Transforms/IPO/
H A DSampleContextTracker.h145 StringMap<ContextSamplesTy> FuncToCtxtProfileSet; variable