Searched refs:InstrProfIterator (Results 1 – 2 of 2) sorted by relevance
41 class InstrProfIterator {56 InstrProfIterator() = default;57 InstrProfIterator(InstrProfReader *Reader) : Reader(Reader) { Increment(); } in InstrProfIterator() function59 InstrProfIterator &operator++() { Increment(); return *this; }60 bool operator==(const InstrProfIterator &RHS) const {63 bool operator!=(const InstrProfIterator &RHS) const {89 InstrProfIterator begin() { return InstrProfIterator(this); } in begin()90 InstrProfIterator end() { return InstrProfIterator(); } in end()
133 void InstrProfIterator::Increment() { in Increment()137 *this = InstrProfIterator(); in Increment()