Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DIntervalIterator.h90 class IntervalIterator {
99 IntervalIterator() {} // End iterator, empty stack in IntervalIterator() function
100 IntervalIterator(Function *M, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator() function
107 IntervalIterator(IntervalIterator &&x) in IntervalIterator() function
113 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { in IntervalIterator() function
120 ~IntervalIterator() { in ~IntervalIterator()
128 bool operator==(const IntervalIterator &x) const {
131 bool operator!=(const IntervalIterator &x) const { return !(*this == x); }
138 IntervalIterator &operator++() { // Preincrement
160 IntervalIterator operator++(int) { // Postincrement
[all …]