mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
Use an `IndexVec` when storing basic blocks. This makes the link between nodes in `.graph` and elements of `.basic_blocks` more clear. I had to rename `BasicBlockId` to `BlockNodeId` to avoid a name collision. I wasn't sure what else to name the `Idx` type for the basic blocks vec. |
||
|---|---|---|
| .. | ||
| cfg.rs | ||
| simple.rs | ||