Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp311 FunctionSamples &CallerProfile = ProfileMap[CallerContextId]; in populateInferredFunctionSamples() local
319 CallerProfile.addCalledTargetSamples( in populateInferredFunctionSamples()
323 updateBodySamplesforFunctionProfile(CallerProfile, CallerLeafFrameLoc, in populateInferredFunctionSamples()
/external/llvm/lib/ProfileData/
DSampleProfReader.cpp624 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
627 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
657 for (auto CallerProfile : NewStack) in readOneFunctionProfile() local
658 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DSampleProfReader.cpp1106 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
1109 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
1139 for (auto CallerProfile : NewStack) in readOneFunctionProfile() local
1140 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()
/external/llvm-project/llvm/lib/ProfileData/
DSampleProfReader.cpp1236 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
1239 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
1269 for (auto CallerProfile : NewStack) in readOneFunctionProfile() local
1270 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()