LLVM 20.0.0git
|
#include "llvm/CodeGen/SlotIndexes.h"
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::IntervalMapHalfOpenInfo< SlotIndex > | |
static bool | startLess (const SlotIndex &x, const SlotIndex &a) |
startLess - Return true if x is not in [a;b). | |
static bool | stopLess (const SlotIndex &b, const SlotIndex &x) |
stopLess - Return true if x is not in [a;b). | |
static bool | adjacent (const SlotIndex &a, const SlotIndex &b) |
adjacent - Return true when the intervals [x;a) and [b;y) can coalesce. | |
static bool | nonEmpty (const SlotIndex &a, const SlotIndex &b) |
nonEmpty - Return true if [a;b) is non-empty. | |
Definition at line 641 of file SlotIndexes.h.