rustc_mir_dataflow::framework

Module direction

Source

Structs§

  • Dataflow that runs from the exit of a block (terminator), to its entry (the first statement).
  • Dataflow that runs from the entry of a block (the first statement), to its exit (terminator).

Traits§