Searched refs:IntervalIterator (Results 1 – 1 of 1) sorted by relevance
89 class IntervalIterator {99 IntervalIterator() = default; // End iterator, empty stack101 IntervalIterator(Function *M, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator() function108 IntervalIterator(IntervalIterator &&x) in IntervalIterator() function114 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator() function121 ~IntervalIterator() { in ~IntervalIterator()129 bool operator==(const IntervalIterator &x) const {132 bool operator!=(const IntervalIterator &x) const { return !(*this == x); }139 IntervalIterator &operator++() { // Preincrement162 IntervalIterator operator++(int) { // Postincrement[all …]