Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp551 const RangeSample &RangeCounter) { in populateBodySamplesWithProbesForAllFunctions()
638 ProfileGenerator::preprocessRangeCounter(const RangeSample &RangeCounter) { in preprocessRangeCounter()
663 const RangeSample &RangeCounter) { in populateBodySamplesForAllFunctions()
856 FunctionSamples &FunctionProfile, const RangeSample &RangeCounter) { in populateBodySamplesForFunction()
1063 const RangeSample &RangeCounter, ProbeCounterMap &ProbeCounter, in extractProbesFromRange()
1141 const RangeSample &RangeCounter, const AddrBasedCtxKey *CtxKey) { in populateBodySamplesWithProbes()
H A DPerfReader.h401 RangeSample RangeCounter; member