Searched refs:InstrProfIterator (Results 1 – 2 of 2) sorted by relevance
47 class InstrProfIterator {63 *this = InstrProfIterator(); in increment()68 InstrProfIterator() = default;69 InstrProfIterator(reader_type *Reader) : Reader(Reader) { increment(); } in InstrProfIterator() function71 InstrProfIterator &operator++() {75 bool operator==(const InstrProfIterator &RHS) const {78 bool operator!=(const InstrProfIterator &RHS) const {110 InstrProfIterator<> begin() { return InstrProfIterator<>(this); } in begin()111 InstrProfIterator<> end() { return InstrProfIterator<>(); } in end()
61 using Iterator = InstrProfIterator<GuidMemProfRecordPair, RawMemProfReader>;