Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProf.h1478 const auto &CalleeProfile = Callee.second;
1481 CalleeProfile.getHeadSamplesEstimate());
1485 CalleeProfile.getFunction(),
1486 CalleeProfile.getHeadSamplesEstimate());
1488 TotalSamples = TotalSamples >= CalleeProfile.getTotalSamples()
1489 ? TotalSamples - CalleeProfile.getTotalSamples()
1491 TotalSamples += CalleeProfile.getHeadSamplesEstimate();
1493 flattenNestedProfile(OutputProfiles, CalleeProfile);
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp645 FunctionSamples &CalleeProfile = FProfile.functionSamplesAt( in readProfile() local
647 CalleeProfile.setFunction(*FName); in readProfile()
648 if (std::error_code EC = readProfile(CalleeProfile)) in readProfile()
1231 FunctionSamples *CalleeProfile = nullptr; in readFuncMetadata() local
1233 CalleeProfile = const_cast<FunctionSamples *>( in readFuncMetadata()
1239 readFuncMetadata(ProfileHasAttribute, CalleeProfile)) in readFuncMetadata()