Searched refs:CounterEPStat (Results 1 – 2 of 2) sorted by relevance
59 class CounterEPStat : public EntryPointStat {64 explicit CounterEPStat(llvm::StringLiteral Name);67 CounterEPStat &operator++() {72 CounterEPStat &operator++(int) {77 CounterEPStat &operator+=(unsigned Inc) {110 CounterEPStat M;
26 std::vector<CounterEPStat *> CounterStats;98 CounterEPStat::CounterEPStat(llvm::StringLiteral Name) : EntryPointStat(Name) { in CounterEPStat() function in CounterEPStat