HomeSort by: relevance | last modified time | path
    Searched defs:HexagonBlockRanges (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 1 //===- HexagonBlockRanges.h -------------------------------------*- C++ -*-===//
31 struct HexagonBlockRanges {
32 HexagonBlockRanges(MachineFunction &MF);
177 inline HexagonBlockRanges::IndexType::operator unsigned() const {
182 inline bool HexagonBlockRanges::IndexType::operator== (unsigned x) const {
186 inline bool HexagonBlockRanges::IndexType::operator== (IndexType Idx) const {
190 inline bool HexagonBlockRanges::IndexType::operator!= (unsigned x) const {
194 inline bool HexagonBlockRanges::IndexType::operator!= (IndexType Idx) const {
199 HexagonBlockRanges::IndexType HexagonBlockRanges::IndexType::operator++ ()
    [all...]
HexagonBlockRanges.cpp 1 //===- HexagonBlockRanges.cpp ---------------------------------------------===//
9 #include "HexagonBlockRanges.h"
34 bool HexagonBlockRanges::IndexRange::overlaps(const IndexRange &A) const {
47 bool HexagonBlockRanges::IndexRange::contains(const IndexRange &A) const {
58 void HexagonBlockRanges::IndexRange::merge(const IndexRange &A) {
75 void HexagonBlockRanges::RangeList::include(const RangeList &RL) {
83 void HexagonBlockRanges::RangeList::unionize(bool MergeAdjacent) {
105 void HexagonBlockRanges::RangeList::addsub(const IndexRange &A,
141 void HexagonBlockRanges::RangeList::subtract(const IndexRange &Range) {
157 HexagonBlockRanges::InstrIndexMap::InstrIndexMap(MachineBasicBlock &B
    [all...]

Completed in 47 milliseconds