Commit Graph

2 Commits

Author SHA1 Message Date
Nate Chandler
cc6d97ae14 Add a few more node datastructures.
These are all copy-paste + find-replace:

- InstructionSetVector, from BasicBlockSetVector
- InstructionWorklist, from BasicBlockWorklist
- ValueWorklist, from BasicBlockWorklist
2022-09-27 17:07:30 -07:00
Andrew Trick
578de7b502 Add NodeSetVector and ValueSetVector
This is a copy-paste implementation of set vectors that extend the new
NodeSet and ValueSet types.
2022-09-25 22:17:09 -07:00