Home
last modified time | relevance | path

Searched defs:FunctionProfile (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp363 FunctionSamples &FunctionProfile, const SampleContextFrame &LeafLoc, in updateBodySamplesforFunctionProfile()
385 FunctionSamples &FunctionProfile = Item.second; in updateTotalSamples() local
392 FunctionSamples &FunctionProfile = Item.second; in updateCallsiteSamples() local
557 FunctionSamples &FunctionProfile = in populateBodySamplesWithProbesForAllFunctions() local
588 FunctionSamples &FunctionProfile = in populateBoundarySamplesWithProbesForAllFunctions() local
599 FunctionSamples *FunctionProfile = in getLeafProfileAndAddTotalSamples() local
716 FunctionSamples &FunctionProfile = in populateBoundarySamplesForAllFunctions() local
839 FunctionSamples &FunctionProfile, const RangeSample &RangeCounter) { in populateBodySamplesForFunction()
1145 FunctionSamples &FunctionProfile = *ContextNode->getFunctionSamples(); in populateBodySamplesWithProbes() local
1179 for (auto *FunctionProfile : I.second) { in populateBodySamplesWithProbes() local
[all …]
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProf.cpp363 const FunctionSamples &FunctionProfile = I.second; in trimAndMergeColdContextProfiles() local
H A DSampleProfWriter.cpp196 const FunctionSamples &FunctionProfile) { in writeFuncMetadata()