Struct rustc_trans::middle::cfg::CFGUnstable
[-] [+]
[src]
pub struct CFG {
pub graph: Graph<CFGNodeData, CFGEdgeData>,
pub entry: NodeIndex,
pub exit: NodeIndex,
}Fields
graph | |
entry | |
exit |