Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1654 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
1657 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
1687 for (auto *CallerProfile : NewStack) in readOneFunctionProfile() local
1688 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()