Home
last modified time | relevance | path

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

/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()