Home
last modified time | relevance | path

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

/llvm-project/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp386 FunctionSamples &FunctionProfile, const SampleContextFrame &LeafLoc, in updateBodySamplesforFunctionProfile() argument
408 FunctionSamples &FunctionProfile = Item.second; in updateTotalSamples() local
415 FunctionSamples &FunctionProfile = Item.second; in updateCallsiteSamples() local
575 FunctionSamples &FunctionProfile = in populateBodySamplesWithProbesForAllFunctions() local
606 FunctionSamples &FunctionProfile = populateBoundarySamplesWithProbesForAllFunctions() local
619 FunctionSamples *FunctionProfile = getLeafProfileAndAddTotalSamples() local
699 FunctionSamples &FunctionProfile = getLeafProfileAndAddTotalSamples( populateBodySamplesForAllFunctions() local
736 FunctionSamples &FunctionProfile = populateBoundarySamplesForAllFunctions() local
958 populateBodySamplesForFunction(FunctionSamples & FunctionProfile,const RangeSample & RangeCounter) populateBodySamplesForFunction() argument
1257 FunctionSamples &FunctionProfile = *ContextNode->getFunctionSamples(); populateBodySamplesWithProbes() local
1295 for (auto *FunctionProfile : I.second) { populateBodySamplesWithProbes() local
1314 FunctionSamples &FunctionProfile = populateBoundarySamplesWithProbes() local
[all...]
/llvm-project/llvm/lib/ProfileData/
H A DSampleProf.cpp352 const FunctionSamples &FunctionProfile = I.second; trimAndMergeColdContextProfiles() local
H A DSampleProfWriter.cpp301 if (std::error_code EC = writeContextIdx(FunctionProfile.getContext())) in writeFuncMetadata() argument