| 152 | } |
| 153 | #[derive(Debug)] |
| 154 | pub struct BrEntry; // "Block Entry"; header of a basic block, source of bb params |
| 155 | #[derive(Debug)] |
| 156 | pub struct BrCall; // "Block Call"; jump to a block entry, with arguments |
| 157 | #[derive(Debug)] |
nothing calls this directly
no outgoing calls
no test coverage detected