TODO: Should we new type this? I just cant tell where the consumers of this are.
(&self)
| 205 | |
| 206 | // TODO: Should we new type this? I just cant tell where the consumers of this are. |
| 207 | pub fn index(&self) -> usize { |
| 208 | unsafe { BNGetBasicBlockIndex(self.handle) } |
| 209 | } |
| 210 | |
| 211 | pub fn immediate_dominator(&self) -> Option<Ref<Self>> { |
| 212 | unsafe { |