DAGFixedPoint¶
- class DAGFixedPoint(*args, **kwargs)[source]¶
Check if the DAG has reached a fixed point.
A dummy analysis pass that checks if the DAG a fixed point (the DAG is not modified anymore). The results is saved in
property_set['dag_fixed_point']
as a boolean.Attributes
Check if the pass is an analysis pass.
Check if the pass is a transformation pass.
Methods
Return the name of the pass.
DAGFixedPoint.run
(dag)Run the DAGFixedPoint pass on dag.