module greed.cfg


class CFG

This class represents a CFG of a function.

method __init__

__init__()

property dominators

Compute the dominators of the CFG.


property stmt_cfg


method dump

dump(filename)

Dump the CFG to a .dot file.

Args:

  • filename: The name of the output file.

method filter_stmt

filter_stmt(names: List[str])

This file was automatically generated via lazydocs.