|
|
bool | IsBlockTerminator () const override |
| |
|
| GotoExternalInstruction (std::string destination, std::vector< std::string > variable_names) |
| |
|
virtual std::unique_ptr< InstructionBase > | Clone () const =0 |
| |
|
virtual void | Assign (const InstructionBase &other)=0 |
| |
|
virtual void | TypeInstruction (Stack< const Type *> *stack, ControlFlowGraph *cfg) const =0 |
| |
|
void | InvalidateTransientTypes (Stack< const Type *> *stack) const |
| |
|
virtual void | AppendSuccessorBlocks (std::vector< Block *> *block_list) const |
| |
|
|
std::string | destination |
| |
|
std::vector< std::string > | variable_names |
| |
|
SourcePosition | pos |
| |
Definition at line 340 of file instructions.h.
The documentation for this struct was generated from the following file: