Module analysis

Source

Re-exports§

pub use cfg::ControlFlowGraph;
pub use domtree::DomTree;
pub use loop_tree::LoopTree;
pub use post_domtree::PostDomTree;

Modules§

cfg
domtree
This module contains dominator tree related structs.
loop_tree
post_domtree
This module contains implementation of Post Dominator Tree.