Searched defs:RegisterAggrMap (Results 1 – 1 of 1) sorted by relevance
290 template <typename KeyType> struct RegisterAggrMap { struct291 RegisterAggrMap(const PhysicalRegisterInfo &pri) : Empty(pri) {} in RegisterAggrMap() function297 auto begin() { return Map.begin(); } in begin()298 auto end() { return Map.end(); } in end()299 auto begin() const { return Map.begin(); } in begin()300 auto end() const { return Map.end(); } in end()301 auto find(const KeyType &Key) const { return Map.find(Key); } in find()305 std::map<KeyType, RegisterAggr> Map;