|
LLVM
8.0.1
|
#include "Target/Hexagon/HexagonBlockRanges.h"


Public Member Functions | |
| IndexRange ()=default | |
| IndexRange (IndexType Start, IndexType End, bool F=false, bool T=false) | |
| IndexType | start () const |
| IndexType | end () const |
| bool | operator< (const IndexRange &A) const |
| bool | overlaps (const IndexRange &A) const |
| bool | contains (const IndexRange &A) const |
| void | merge (const IndexRange &A) |
Public Attributes | |
| bool | Fixed = false |
| bool | TiedEnd = false |
Definition at line 79 of file HexagonBlockRanges.h.
|
default |
|
inline |
Definition at line 82 of file HexagonBlockRanges.h.
| bool HexagonBlockRanges::IndexRange::contains | ( | const IndexRange & | A | ) | const |
Definition at line 48 of file HexagonBlockRanges.cpp.
References E, end(), llvm::HexagonBlockRanges::IndexType::None, and start().
|
inline |
Definition at line 86 of file HexagonBlockRanges.h.
References second.
Referenced by contains(), merge(), llvm::operator<<(), overlaps(), llvm::HexagonBlockRanges::RangeList::subtract(), and llvm::HexagonBlockRanges::RangeList::unionize().
| void HexagonBlockRanges::IndexRange::merge | ( | const IndexRange & | A | ) |
Definition at line 59 of file HexagonBlockRanges.cpp.
References assert(), end(), Fixed, llvm::HexagonBlockRanges::IndexType::None, overlaps(), start(), and TiedEnd.
|
inline |
Definition at line 88 of file HexagonBlockRanges.h.
References contains(), and start().
| bool HexagonBlockRanges::IndexRange::overlaps | ( | const IndexRange & | A | ) | const |
Definition at line 35 of file HexagonBlockRanges.cpp.
References E, end(), start(), and TiedEnd.
Referenced by merge(), llvm::HexagonBlockRanges::RangeList::subtract(), and llvm::HexagonBlockRanges::RangeList::unionize().
|
inline |
Definition at line 85 of file HexagonBlockRanges.h.
References first.
Referenced by contains(), llvm::HexagonFrameLowering::determineCalleeSaves(), merge(), operator<(), llvm::operator<<(), overlaps(), and llvm::HexagonBlockRanges::RangeList::unionize().
Definition at line 96 of file HexagonBlockRanges.h.
Referenced by merge(), llvm::operator<<(), and llvm::HexagonBlockRanges::RangeList::unionize().
Definition at line 97 of file HexagonBlockRanges.h.
Referenced by merge(), llvm::operator<<(), and overlaps().
1.8.13