Home | History | Annotate | Download | only in codegen

Lines Matching defs:Interval

91 Interval::Interval(const Interval& that) : head(NULL), tail(NULL)
96 Interval::~Interval()
102 Interval::clear()
112 Interval::extend(int a, int b)
156 bool Interval::contains(int pos) const
164 bool Interval::overlaps(const Interval &that) const
189 void Interval::insert(const Interval &that)
195 void Interval::unify(Interval &that)
206 int Interval::length() const
214 void Interval::print() const