Searched defs:IntervalIterator (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DIntervalIterator.h1 //===- IntervalIterator.h - Interval Iterator Declaration -------*- C++ -*-===//
90 class IntervalIterator { class in namespace:llvm
97 typedef IntervalIterator<NodeTy, OrigContainer_t> _Self;
100 IntervalIterator() {} // End iterator, empty stack function in class:llvm::IntervalIterator
101 IntervalIterator(Function *M, bool OwnMemory) : IOwnMem(OwnMemory) { function in class:llvm::IntervalIterator
108 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { function in class:llvm::IntervalIterator
115 inline ~IntervalIterator() {
235 typedef IntervalIterator<BasicBlock, Function> function_interval_iterator;
236 typedef IntervalIterator<Interval, IntervalPartition>

Completed in 58 milliseconds