Lines Matching defs:Repeat
82 void VirtualUnwinder::unwindLinear(UnwindState &State, uint64_t Repeat) {
120 State.getParentFrame()->recordRangeCount(Target, End, Repeat);
141 State.CurrentLeafFrame->recordRangeCount(PrevIP, End, Repeat);
148 State.CurrentLeafFrame->recordRangeCount(IP.Address, End, Repeat);
259 UnwindState &State, uint64_t Repeat) {
267 Repeat);
275 Repeat);
278 Repeat);
282 bool VirtualUnwinder::unwind(const PerfSample *Sample, uint64_t Repeat) {
302 unwindLinear(State, Repeat);
331 recordBranchCount(Branch, State, Repeat);
919 uint64_t Repeat) {
930 Counter.recordBranchCount(SourceAddress, TargetAddress, Repeat);
939 Counter.recordRangeCount(StartAddress, EndAddress, Repeat);