Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp370 FunctionSamples &FunctionProfile, const SampleContextFrame &LeafLoc, in updateBodySamplesforFunctionProfile()
392 FunctionSamples &FunctionProfile = Item.second; in updateTotalSamples() local
399 FunctionSamples &FunctionProfile = Item.second; in updateCallsiteSamples() local
563 FunctionSamples &FunctionProfile = in populateBodySamplesWithProbesForAllFunctions() local
593 FunctionSamples &FunctionProfile = in populateBoundarySamplesWithProbesForAllFunctions() local
604 FunctionSamples *FunctionProfile = in getLeafProfileAndAddTotalSamples() local
684 FunctionSamples &FunctionProfile = getLeafProfileAndAddTotalSamples( in populateBodySamplesForAllFunctions() local
721 FunctionSamples &FunctionProfile = in populateBoundarySamplesForAllFunctions() local
856 FunctionSamples &FunctionProfile, const RangeSample &RangeCounter) { in populateBodySamplesForFunction()
1158 FunctionSamples &FunctionProfile = *ContextNode->getFunctionSamples(); in populateBodySamplesWithProbes() local
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DSampleProf.cpp363 const FunctionSamples &FunctionProfile = I.second; in trimAndMergeColdContextProfiles() local
H A DSampleProfWriter.cpp196 const FunctionSamples &FunctionProfile) { in writeFuncMetadata()