Home
last modified time | relevance | path

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

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