Skip to main content

build_dataflow_graph_from_body

Function build_dataflow_graph_from_body 

Source
pub fn build_dataflow_graph_from_body(
    def_id: DefId,
    body: &Body<'_>,
) -> DataflowGraph
Expand description

Build a DataflowGraph from a pre-existing MIR body (e.g. after SSA transformation).