Struct rustc_data_structures::control_flow_graph::dominators::DominatorTree   
                   
                       [−]
                   
               [src]
pub struct DominatorTree<N: Idx> { /* fields omitted */ }
Methods
impl<Node: Idx> DominatorTree<Node>[src]
            Trait Implementations
impl<Node: Idx> Debug for DominatorTree<Node>[src]
Auto Trait Implementations
impl<N> Send for DominatorTree<N> where
    N: Send, 
N: Send,
impl<N> Sync for DominatorTree<N> where
    N: Sync, 
N: Sync,