Public Member Functions | |
| Terminator (Instruction::Opcode op) | |
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 |
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 } |
Static Public Member Functions inherited from nom::repr::Instruction | |
| static bool | classof (const Value *V) |
Definition at line 69 of file Compiler.h.
1.8.11