Lines Matching defs:Counter
789 auto SCounterPrinter = [&](RangeSample &Counter, StringRef Separator,
792 OS << Counter.size() << "\n";
793 for (auto &I : Counter) {
821 SampleCounter &Counter = *CI.second;
822 SCounterPrinter(Counter.RangeCounter, "-", Indent);
823 SCounterPrinter(Counter.BranchCounter, "->", Indent);
856 auto ReadCounter = [&](RangeSample &Counter, StringRef Separator) {
886 Counter[{Source, Target}] += Count;
920 SampleCounter &Counter = SampleCounters.begin()->second;
930 Counter.recordBranchCount(SourceAddress, TargetAddress, Repeat);
939 Counter.recordRangeCount(StartAddress, EndAddress, Repeat);