Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp224 FunctionSamples &FunctionProfile = in generateProfile() local
228 populateFunctionBodySamples(FunctionProfile, CI.second.RangeCounter, in generateProfile()
231 populateFunctionBoundarySamples(ContextId, FunctionProfile, in generateProfile()
245 FunctionSamples &FunctionProfile, const FrameLocation &LeafLoc, in updateBodySamplesforFunctionProfile() argument
251 ErrorOr<uint64_t> R = FunctionProfile.findSamplesAt( in updateBodySamplesforFunctionProfile()
255 FunctionProfile.addBodySamples(LeafLoc.second.LineOffset, in updateBodySamplesforFunctionProfile()
262 FunctionSamples &FunctionProfile, const RangeSample &RangeCounter, in populateFunctionBodySamples() argument
290 updateBodySamplesforFunctionProfile(FunctionProfile, *LeafLoc, Count); in populateFunctionBodySamples()
293 FunctionProfile.addTotalSamples(Count); in populateFunctionBodySamples()
301 StringRef ContextId, FunctionSamples &FunctionProfile, in populateFunctionBoundarySamples() argument
[all …]
H A DProfileGenerator.h199 void updateBodySamplesforFunctionProfile(FunctionSamples &FunctionProfile,
202 void populateFunctionBodySamples(FunctionSamples &FunctionProfile,
206 FunctionSamples &FunctionProfile,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProf.cpp332 const FunctionSamples &FunctionProfile = I.second; in trimAndMergeColdContextProfiles() local
333 if (FunctionProfile.getTotalSamples() >= ColdCountThreshold) in trimAndMergeColdContextProfiles()