Searched refs:InstrProfIterator (Results 1 – 2 of 2) sorted by relevance
55 class InstrProfIterator {71 *this = InstrProfIterator(); in increment()76 InstrProfIterator() = default;77 InstrProfIterator(reader_type *Reader) : Reader(Reader) { increment(); } in InstrProfIterator() function79 InstrProfIterator &operator++() {83 bool operator==(const InstrProfIterator &RHS) const {86 bool operator!=(const InstrProfIterator &RHS) const {118 InstrProfIterator<> begin() { return InstrProfIterator<>(this); } in begin()119 InstrProfIterator<> end() { return InstrProfIterator<>(); } in end()
44 using Iterator = InstrProfIterator<GuidMemProfRecordPair, MemProfReader>;