|
enum | Kind { kDebugBreak,
kUnreachable,
kAssertionFailure
} |
|
|
bool | IsBlockTerminator () const override |
|
| AbortInstruction (Kind kind, std::string message="") |
|
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 |
|
Definition at line 368 of file instructions.h.
The documentation for this struct was generated from the following file: