Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DProfileGenerator.cpp164 FunctionSamples &FunctionProfile, const FrameLocation &LeafLoc, in updateBodySamplesforFunctionProfile()
187 FunctionSamples &FunctionProfile = in populateFunctionBodySamples() local
230 FunctionSamples &FunctionProfile = in populateFunctionBoundarySamples() local
/external/python/cpython3/Lib/
Dpstats.py58 class FunctionProfile: class