ValueSet
InstructionSet
These sets are _much_ more efficient than `Set<Value>` and `Set<Instruction>` because they bridge to the efficient `NodeSet`. Insertions/deletions are just bit operations.