CIRCT
20.0.0git
|
Public Member Functions | |
def | __init__ (self, creator, ir.Type type, str backedge_name, op_view, ir.Operation instance_of, ir.Location loc=None) |
def | result (self) |
def | erase (self) |
Public Attributes | |
dummy_op | |
instance_of | |
op_view | |
port_name | |
loc | |
erased | |
Definition at line 222 of file support.py.
def 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 224 of file support.py.
def Python.support.BackedgeBuilder.Edge.erase | ( | self | ) |
Definition at line 245 of file support.py.
References Python.support.BackedgeBuilder.Edge.dummy_op, and Python.support.BackedgeBuilder.Edge.erased.
def Python.support.BackedgeBuilder.Edge.result | ( | self | ) |
Definition at line 242 of file support.py.
References Python.support.BackedgeBuilder.Edge.dummy_op.
Python.support.BackedgeBuilder.Edge.dummy_op |
Definition at line 232 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 239 of file support.py.
Referenced by Python.support.BackedgeBuilder.Edge.erase().
Python.support.BackedgeBuilder.Edge.instance_of |
Definition at line 235 of file support.py.
Python.support.BackedgeBuilder.Edge.loc |
Definition at line 238 of file support.py.
Python.support.BackedgeBuilder.Edge.op_view |
Definition at line 236 of file support.py.
Python.support.BackedgeBuilder.Edge.port_name |
Definition at line 237 of file support.py.