================
@@ -53,6 +61,53 @@ struct DenseMapPair : std::pair<KeyT, ValueT> {
} // end namespace detail
+namespace densemap::detail {
+using used_t = uint32_t;
----------------
MaskRay wrote:
Changed to `UsedT`
https://github.com/llvm/llvm-project/pull/201281