Searched defs:PhysRegIterator (Results 1 – 1 of 1) sorted by relevance
56 struct PhysRegIterator { struct57 using difference_type = int;58 using value_type = unsigned;59 using reference = const unsigned&;60 using pointer = const unsigned*;61 using iterator_category = std::bidirectional_iterator_tag;63 PhysReg reg;65 PhysReg operator*() const { return reg; } in operator *()67 PhysRegIterator& operator++() in operator ++()73 PhysRegIterator& operator--() in operator --()[all …]