Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1460 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
1463 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
1493 for (auto CallerProfile : NewStack) in readOneFunctionProfile() local
1494 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()