Placeholder node for PcodeOp that will exist after a transform is applied to a function.
More...
#include <transform.hh>
|
TransformVar * | getOut (void) const |
| Get the output placeholder variable for this operator.
|
|
TransformVar * | getIn (int4 i) const |
| Get the i-th input placeholder variable for this.
|
|
|
class | TransformManager |
|
class | TransformVar |
|
Placeholder node for PcodeOp that will exist after a transform is applied to a function.
◆ anonymous enum
Special annotations on new pcode ops.
Enumerator |
---|
op_replacement | Op replaces an existing op.
|
op_preexisting | Op already exists (but will be transformed)
|
indirect_creation | Mark op as indirect creation.
|
indirect_creation_possible_out | Mark op as indirect creation and possible call output.
|
The documentation for this class was generated from the following files: