|
decompiler 1.0.0
|
Description of how a temporary register is being used within a Constructor. More...
#include <slgh_compile.hh>
Public Member Functions | |
| OptimizeRecord (uintb offset, int4 size) | |
| Construct a record, initializing counts. | |
| void | copyFromExcludingSize (OptimizeRecord &that) |
| void | update (int4 opIdx, int4 slotIdx, int4 secNum) |
| void | updateRead (int4 i, int4 inslot, int4 secNum) |
| void | updateWrite (int4 i, int4 secNum) |
| void | updateExport () |
| void | updateCombine (OptimizeRecord &that) |
Description of how a temporary register is being used within a Constructor.
This counts reads and writes of the register. If the register is read only once, the particular p-code op and input slot reading it is recorded. If the register is written only once, the particular p-code op writing it is recorded.