| 1 | //! A Dominator Tree represented as mappings of Blocks to their immediate dominator. |
| 2 | |
| 3 | use crate::entity::SecondaryMap; |
| 4 | use crate::flowgraph::{BlockPredecessor, ControlFlowGraph}; |
nothing calls this directly
no outgoing calls
no test coverage detected