Home
last modified time | relevance | path

Searched refs:IntervalIterator (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIntervalIterator.h89 class IntervalIterator {
99 IntervalIterator() = default; // End iterator, empty stack
101 IntervalIterator(Function *M, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator() function
108 IntervalIterator(IntervalIterator &&x) in IntervalIterator() function
114 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator() function
121 ~IntervalIterator() { in ~IntervalIterator()
129 bool operator==(const IntervalIterator &x) const {
132 bool operator!=(const IntervalIterator &x) const { return !(*this == x); }
139 IntervalIterator &operator++() { // Preincrement
162 IntervalIterator operator++(int) { // Postincrement
[all …]