LLVM 17.0.0git
|
#include "Target/Hexagon/HexagonBlockRanges.h"
Public Member Functions | |
void | add (IndexType Start, IndexType End, bool Fixed, bool TiedEnd) |
void | add (const IndexRange &Range) |
void | include (const RangeList &RL) |
void | unionize (bool MergeAdjacent=false) |
void | subtract (const IndexRange &Range) |
Definition at line 108 of file HexagonBlockRanges.h.
|
inline |
Definition at line 113 of file HexagonBlockRanges.h.
|
inline |
Definition at line 110 of file HexagonBlockRanges.h.
References End, and llvm::Fixed.
Definition at line 75 of file HexagonBlockRanges.cpp.
References llvm::is_contained().
void HexagonBlockRanges::RangeList::subtract | ( | const IndexRange & | Range | ) |
Definition at line 141 of file HexagonBlockRanges.cpp.
References I, and llvm::HexagonBlockRanges::IndexRange::overlaps().
void HexagonBlockRanges::RangeList::unionize | ( | bool | MergeAdjacent = false | ) |
Definition at line 83 of file HexagonBlockRanges.cpp.
References Merge, and llvm::sort().