CIRCT 20.0.0git
|
Public Member Functions | |
__init__ (self, creator, ir.Type type, str backedge_name, op_view, ir.Operation instance_of, ir.Location loc=None) | |
result (self) | |
erase (self) | |
Public Attributes | |
dummy_op | |
instance_of | |
op_view | |
port_name | |
loc | |
erased | |
Definition at line 226 of file support.py.
Python.support.BackedgeBuilder.Edge.__init__ | ( | self, | |
creator, | |||
ir.Type | type, | ||
str | backedge_name, | ||
op_view, | |||
ir.Operation | instance_of, | ||
ir.Location | loc = None |
||
) |
Definition at line 228 of file support.py.
Python.support.BackedgeBuilder.Edge.erase | ( | self | ) |
Definition at line 249 of file support.py.
References Python.support.BackedgeBuilder.Edge.dummy_op, and Python.support.BackedgeBuilder.Edge.erased.
Python.support.BackedgeBuilder.Edge.result | ( | self | ) |
Definition at line 246 of file support.py.
References Python.support.BackedgeBuilder.Edge.dummy_op.
Python.support.BackedgeBuilder.Edge.dummy_op |
Definition at line 236 of file support.py.
Referenced by Python.support.BackedgeBuilder.Edge.erase(), and Python.support.BackedgeBuilder.Edge.result().
Python.support.BackedgeBuilder.Edge.erased |
Definition at line 243 of file support.py.
Referenced by Python.support.BackedgeBuilder.Edge.erase().
Python.support.BackedgeBuilder.Edge.instance_of |
Definition at line 239 of file support.py.
Python.support.BackedgeBuilder.Edge.loc |
Definition at line 242 of file support.py.
Python.support.BackedgeBuilder.Edge.op_view |
Definition at line 240 of file support.py.
Python.support.BackedgeBuilder.Edge.port_name |
Definition at line 241 of file support.py.