LLVM API Documentation
#include <SlotIndexes.h>
Additional Inherited Members | |
![]() | |
static bool | startLess (const SlotIndex &x, const SlotIndex &a) |
startLess - Return true if x is not in [a;b). More... | |
static bool | stopLess (const SlotIndex &b, const SlotIndex &x) |
stopLess - Return true if x is not in [a;b). More... | |
static bool | adjacent (const SlotIndex &a, const SlotIndex &b) |
adjacent - Return true when the intervals [x;a) and [b;y) can coalesce. More... | |
Definition at line 705 of file SlotIndexes.h.