Searched defs:PhysRegIterator (Results 1 – 1 of 1) sorted by relevance
104 struct PhysRegIterator { struct105 using difference_type = int;106 using value_type = unsigned;107 using reference = const unsigned&;108 using pointer = const unsigned*;109 using iterator_category = std::bidirectional_iterator_tag;111 PhysReg reg;113 PhysReg operator*() const { return reg; } in operator *()115 PhysRegIterator& operator++() in operator ++()121 PhysRegIterator& operator--() in operator --()[all …]