Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DIntervalIterator.h100 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