| 77 | } |
| 78 | |
| 79 | void swap(VarInfo &other) noexcept { |
| 80 | alloctype.swap(other.alloctype); |
| 81 | possibleUsage.swap(other.possibleUsage); |
| 82 | conditionalAlloc.swap(other.conditionalAlloc); |
| 83 | referenced.swap(other.referenced); |
| 84 | } |
| 85 | |
| 86 | void reallocToAlloc(nonneg int varid) { |
| 87 | const AllocInfo& alloc = alloctype[varid]; |