Additional Inherited Members | |
Public Types inherited from nom::repr::Instruction | |
enum | Opcode { Generic, TerminatorStart, Branch, Return, TerminatorEnd, Phi } |
All the different types of execution. | |
Public Types inherited from nom::repr::Value | |
enum | ValueKind { Value, Instruction, Data } |
Public Member Functions inherited from nom::repr::Instruction | |
Instruction (Opcode op) | |
Opcode | getOpcode () const |
Public Member Functions inherited from nom::repr::Value | |
Value (ValueKind K) | |
ValueKind | getKind () const |
Static Public Member Functions inherited from nom::repr::Instruction | |
static bool | classof (const Value *V) |
Definition at line 93 of file Compiler.h.