Subclasses of LoadInst in cfg |
class |
LoadAddrInst
A class representing a three-address code load address instruction
(LoadAddrInst). |
class |
LoadConstInst
A class representing a three-address code load constant instruction
(LoadConstInst). |
class |
LoadEntryInst
A class representing a three-address code load entry instruction
(LoadEntryInst), which loads an entry from an indexable variable
or string constant. |
class |
LoadVarInst
A class representing a three-address code load variable (move) instruction
(LoadVarInst). |