Lines Matching defs:RegCounterMap
167 template <int Max> struct RegCounterMap { struct
168 void inc() { base++; } in inc()
169 void set(PhysReg reg) { update(reg, 0); } in set()
171 uint8_t get(PhysReg reg) in get()
182 void reset() in reset()
189 bool empty() in empty()
198 void join_min(const RegCounterMap& other) in join_min()
209 void update(uint16_t reg, int idx) in update()
222 bool operator==(const RegCounterMap& other) const in operator ==()
232 struct entry {
238 std::bitset<128> present;
239 small_vec<entry, 4> list;
240 int base = 0;