Files
swift-mirror/SwiftCompilerSources/Sources/Optimizer/DataStructures/Set.swift
Erik Eckstein 49a5b3ebdc Swift SIL: add ValueSet and InstructionSet utilities.
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.
2022-07-13 14:27:50 +02:00

5.0 KiB