Tracks inserting an instruction into a basic block.
| Name | Description |
|---|---|
IRChangeBase | The base class for IR Change classes. |
| Name | Description |
|---|---|
InsertIntoBB [constructor] | Construct a change that records newly inserted instruction InsertedI. |
accept [virtual] | Accept the insertion; nothing further to do. |
dump | dump overloads |
revert [virtual] | Remove the inserted instruction from its parent. |