Searched defs:RegCounterMap (Results 1 – 1 of 1) sorted by relevance
167 template <int Max> struct RegCounterMap { struct168 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 {[all …]