Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp301 StringRef CallerContextId; in populateInferredFunctionSamples() local
303 getCallerContext(CalleeContext, CallerContextId); in populateInferredFunctionSamples()
309 if (ProfileMap.find(CallerContextId) == ProfileMap.end()) in populateInferredFunctionSamples()
311 FunctionSamples &CallerProfile = ProfileMap[CallerContextId]; in populateInferredFunctionSamples()