| 53 | const NodeSet& ns) |
| 54 | : Support::RawBitSetBase(r,static_cast<unsigned int>(n),ns) {} |
| 55 | forceinline void |
| 56 | ConflictGraph::NodeSet::allocate(Region& r, int n) { |
| 57 | Support::RawBitSetBase::allocate(r,static_cast<unsigned int>(n)); |
| 58 | } |
| 59 | forceinline void |
| 60 | ConflictGraph::NodeSet::init(Region& r, int n) { |
| 61 | Support::RawBitSetBase::init(r,static_cast<unsigned int>(n)); |