Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DPerfReader.h246 void recordRangeCount(uint64_t Start, uint64_t End, uint64_t Count) { in recordRangeCount() function
404 void recordRangeCount(uint64_t Start, uint64_t End, uint64_t Repeat) { in recordRangeCount() function
549 void recordRangeCount(uint64_t Start, uint64_t End, UnwindState &State,
H A DPerfReader.cpp114 State.getParentFrame()->recordRangeCount(Target, End, Repeat); in unwindLinear()
135 State.CurrentLeafFrame->recordRangeCount(PrevIP, End, Repeat); in unwindLinear()
142 State.CurrentLeafFrame->recordRangeCount(IP.Address, End, Repeat); in unwindLinear()
192 SCounter.recordRangeCount(StartOffset, EndOffset, std::get<2>(Item)); in collectSamplesFromFrame()
879 Counter.recordRangeCount(StartOffset, EndOffeset, Repeat); in computeCounterFromLBR()