| 199 | |
| 200 | #[derive(Default)] |
| 201 | pub struct PatternManager { |
| 202 | roots: Vec<(NodeIdx, Pattern, Set<NodeIdx>)>, |
| 203 | toposorted: HashMap<NodeIdx, usize>, |
| 204 | pub virt_map: VirtualRegisterMap, |
| 205 | } |
| 206 | |
| 207 | |
| 208 | // block layout: |
nothing calls this directly
no outgoing calls
no test coverage detected