| 44 | |
| 45 | #[derive(Clone, Debug)] |
| 46 | pub struct DataDeps { |
| 47 | immediate_deps: IndexVec<Local, IndexVec<Local, bool>>, |
| 48 | } |
| 49 | |
| 50 | impl DataDeps { |
| 51 | fn immediate_dep(&self, local: Local) -> FxHashSet<Local> { |
nothing calls this directly
no outgoing calls
no test coverage detected