Dominators in rustc_data_structures::graph::dominators - Rust (original) (raw)

pub struct Dominators<Node: Idx> {
    kind: Kind<Node>,
}

Source§

Source

Returns true if node is reachable from the start node.

Source

Returns the immediate dominator of node, if any.

Source

Returns true if a dominates b.

§Panics

Panics if b is unreachable.

Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.

Size: 48 bytes