module greed.cfg
class CFG
This class represents a CFG of a function.
method __init__
property dominators
Compute the dominators of the CFG.
property stmt_cfg
method dump
Dump the CFG to a .dot file.
Args:
filename
: The name of the output file.
method filter_stmt
This file was automatically generated via lazydocs.