Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DSampleProfReader.cpp809 FunctionSamples *CallerProfile = InlineStack.front(); in readOneFunctionProfile() local
812 FProfile = &CallerProfile->functionSamplesAt( in readOneFunctionProfile()
842 for (auto CallerProfile : NewStack) in readOneFunctionProfile() local
843 CallerProfile->addTotalSamples(Count); in readOneFunctionProfile()