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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp1175 FunctionSamples *CallerProfile = InlineStack.front(); local
1178 FProfile = &CallerProfile->functionSamplesAt(
1208 for (auto CallerProfile : NewStack)
1209 CallerProfile->addTotalSamples(Count);

Completed in 45 milliseconds