| 1171 | |
| 1172 | /// Functions to be replaced by codegen to specialize the hash table. |
| 1173 | bool IR_NO_INLINE stores_tuples() const { return stores_tuples_; } |
| 1174 | bool IR_NO_INLINE stores_duplicates() const { return stores_duplicates_; } |
| 1175 | bool IR_NO_INLINE quadratic_probing() const { return quadratic_probing_; } |
| 1176 |