Searched defs:HexagonBlockRanges (Results 1 – 2 of 2) sorted by relevance
30 struct HexagonBlockRanges { struct33 struct RegisterRef {40 using RegisterSet = std::set<RegisterRef>;46 enum : unsigned {53 IndexType() {} in IndexType()54 IndexType(unsigned Idx) : Index(Idx) {} in IndexType()56 static bool isInstr(IndexType X) { return X.Index >= First; } in isInstr()72 unsigned Index = None;84 IndexType start() const { return first; } in start()85 IndexType end() const { return second; } in end()[all …]
219 HexagonBlockRanges::HexagonBlockRanges(MachineFunction &mf) in HexagonBlockRanges() function in HexagonBlockRanges