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.cpp1738 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
1741 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
1771 for (auto *CallerProfile : NewStack) in readOneFunctionProfile() local
1772 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()