Searched refs:IntervalIterator (Results 1 - 3 of 3) 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
99 IntervalIterator() {} // End iterator, empty stack function in class:llvm::IntervalIterator
100 IntervalIterator(Function *M, bool OwnMemory) : IOwnMem(OwnMemory) { function in class:llvm::IntervalIterator
107 IntervalIterator(IntervalIterator &&x) function in class:llvm::IntervalIterator
113 IntervalIterator(IntervalPartition &IP, bool OwnMemory) : IOwnMem(OwnMemory) { function in class:llvm::IntervalIterator
120 ~IntervalIterator() {
128 bool operator==(const IntervalIterator &x) const {
131 bool operator!=(const IntervalIterator
[all...]
/external/swiftshader/third_party/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>
/external/skia/src/effects/gradients/
H A DSk4fGradientBase.cpp23 class IntervalIterator { class in namespace:__anon17011
25 IntervalIterator(const SkColor* colors, const SkScalar* pos, int count, bool reverse) function in class:__anon17011::IntervalIterator
103 const IntervalIterator iter(colors, pos, count, reverse);
208 const IntervalIterator iter(colors, pos, count, reverse);

Completed in 97 milliseconds