Skip to main content

Module forward

Module forward 

Source
Expand description

Forward dataflow analysis runner.

This module provides FwdAnalysis, which traverses the control flow graph in forward (topological) order, computing dataflow information from function entry to exits.

Structsยง

ForwardDataflowAnalysis
Forward analysis runner.