LLVM 20.0.0git
|
#include "llvm/ADT/IntervalMap.h"
Static Public Member Functions | |
static bool | startLess (const T &x, const T &a) |
startLess - Return true if x is not in [a;b). | |
static bool | stopLess (const T &b, const T &x) |
stopLess - Return true if x is not in [a;b). | |
static bool | adjacent (const T &a, const T &b) |
adjacent - Return true when the intervals [x;a) and [b;y) can coalesce. | |
static bool | nonEmpty (const T &a, const T &b) |
nonEmpty - Return true if [a;b) is non-empty. | |
Definition at line 167 of file IntervalMap.h.
|
inlinestatic |
adjacent - Return true when the intervals [x;a) and [b;y) can coalesce.
Definition at line 179 of file IntervalMap.h.
|
inlinestatic |
nonEmpty - Return true if [a;b) is non-empty.
Definition at line 184 of file IntervalMap.h.
|
inlinestatic |
startLess - Return true if x is not in [a;b).
Definition at line 169 of file IntervalMap.h.
|
inlinestatic |
stopLess - Return true if x is not in [a;b).
Definition at line 174 of file IntervalMap.h.