| 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)); |
| 62 | } |
| 63 | forceinline bool |
| 64 | ConflictGraph::NodeSet::in(int i) const { |
| 65 | return RawBitSetBase::get(static_cast<unsigned int>(i)); |
no outgoing calls
no test coverage detected