Home
last modified time | relevance | path

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

/external/llvm/lib/ProfileData/
DSampleProfReader.cpp561 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
564 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
593 for (auto CallerProfile : NewStack) in readOneFunctionProfile() local
594 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()