CACAO
|
This Instruction mark the start of a basic block. More...
Private Member Functions | |
void | set_predecessor (int index, BeginInst *BI) |
void | set_successor (int index, BeginInst *BI) |
Private Attributes | |
EndInst * | end |
PredecessorListTy | pred_list |
Friends | |
class | EndInst |
class | Method |
Additional Inherited Members | |
![]() | |
static void * | operator new (std::size_t size) throw (std::bad_alloc) |
normal new More... | |
static void * | operator new (std::size_t size, void *ptr) throw () |
placement new More... | |
static void * | operator new (std::size_t size, const std::nothrow_t &nt) throw () |
nothrow new More... | |
static void | operator delete (void *pMemory) throw () |
normal delete More... | |
static void | operator delete (void *pMemory, void *ptr) throw () |
placement delete More... | |
static void | operator delete (void *pMemory, const std::nothrow_t &) throw () |
nothrow delete More... | |
static void * | operator new[] (std::size_t size) throw (std::bad_alloc) |
normal new[] More... | |
static void * | operator new[] (std::size_t size, void *ptr) throw () |
placement new[] More... | |
static void * | operator new[] (std::size_t size, const std::nothrow_t &nt) throw () |
nothrow new[] More... | |
static void | operator delete[] (void *pMemory) throw () |
normal delete[] More... | |
static void | operator delete[] (void *pMemory, void *ptr) throw () |
placement delete[] More... | |
static void | operator delete[] (void *pMemory, const std::nothrow_t &) throw () |
nothrow delete[] More... | |
![]() | |
Instruction () | |
void | append_op (Value *v) |
void | replace_op (Value *v_old, Value *v_new) |
OStream & | print_operands (OStream &OS) |
![]() | |
void | append_user (Instruction *I) |
OStream & | print_users (OStream &OS) const |
void | user_remove (Instruction *I) |
void | set_type (Type::TypeID t) |
![]() | |
const InstID | opcode |
Method * | method |
const int | id |
BeginInst * | begin |
This Instruction mark the start of a basic block.
Definition at line 100 of file Instructions.hpp.
typedef PredecessorListTy::const_iterator cacao::jit::compiler2::BeginInst::const_pred_iterator |
Definition at line 103 of file Instructions.hpp.
Definition at line 102 of file Instructions.hpp.
|
inlineexplicit |
Definition at line 114 of file Instructions.hpp.
|
inlineexplicit |
Definition at line 117 of file Instructions.hpp.
|
inlinevirtual |
Visitor.
Implements cacao::jit::compiler2::Instruction.
Definition at line 156 of file Instructions.hpp.
|
inlinevirtual |
Get the corresponding BeginInst.
BeginInst are used to mark control flow joins (aka the start of a basic block).
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 119 of file Instructions.hpp.
|
inline |
Definition at line 146 of file Instructions.hpp.
|
inline |
Definition at line 133 of file Instructions.hpp.
|
inline |
Definition at line 120 of file Instructions.hpp.
|
inline |
Definition at line 269 of file Instructions.hpp.
|
inlinevirtual |
True if the instruction has no fixed control dependencies.
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 148 of file Instructions.hpp.
|
inline |
Definition at line 150 of file Instructions.hpp.
|
inline |
Definition at line 151 of file Instructions.hpp.
|
inline |
Definition at line 152 of file Instructions.hpp.
Definition at line 147 of file Instructions.hpp.
Definition at line 108 of file Instructions.hpp.
Definition at line 272 of file Instructions.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 118 of file Instructions.hpp.
|
friend |
Definition at line 154 of file Instructions.hpp.
|
friend |
Definition at line 155 of file Instructions.hpp.
|
private |
Definition at line 105 of file Instructions.hpp.
|
private |
Definition at line 106 of file Instructions.hpp.