Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp164 FunctionSamples &FunctionProfile, const FrameLocation &LeafLoc, in updateBodySamplesforFunctionProfile() argument
167 if (LeafLoc.second.LineOffset & 0x80000000) in updateBodySamplesforFunctionProfile()
171 LeafLoc.second.LineOffset, LeafLoc.second.Discriminator); in updateBodySamplesforFunctionProfile()
174 FunctionProfile.addBodySamples(LeafLoc.second.LineOffset, in updateBodySamplesforFunctionProfile()
175 LeafLoc.second.Discriminator, in updateBodySamplesforFunctionProfile()
213 const FrameLocation &LeafLoc = Binary->getInlineLeafFrameLoc(Offset); in populateFunctionBodySamples() local
215 updateBodySamplesforFunctionProfile(FunctionProfile, LeafLoc, Count); in populateFunctionBodySamples()
244 const FrameLocation &LeafLoc = in populateFunctionBoundarySamples() local
247 FunctionProfile.addCalledTargetSamples(LeafLoc.second.LineOffset, in populateFunctionBoundarySamples()
248 LeafLoc.second.Discriminator, in populateFunctionBoundarySamples()
[all …]
DProfileGenerator.h84 const FrameLocation &LeafLoc,