Searched refs:InstrProfIterator (Results 1 – 2 of 2) sorted by relevance
51 class InstrProfIterator {67 *this = InstrProfIterator(); in increment()72 InstrProfIterator() = default;73 InstrProfIterator(reader_type *Reader) : Reader(Reader) { increment(); } in InstrProfIterator() function75 InstrProfIterator &operator++() {79 bool operator==(const InstrProfIterator &RHS) const {82 bool operator!=(const InstrProfIterator &RHS) const {114 InstrProfIterator<> begin() { return InstrProfIterator<>(this); } in begin()115 InstrProfIterator<> end() { return InstrProfIterator<>(); } in end()
42 using Iterator = InstrProfIterator<GuidMemProfRecordPair, MemProfReader>;