CACAO
|
This Instruction mark the end of a basic block. More...
Private Member Functions | |
void | set_successor (int index, BeginInst *BI) |
Private Attributes | |
SuccessorListTy | succ_list |
Friends | |
class | BeginInst |
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 end of a basic block.
Definition at line 197 of file Instructions.hpp.
typedef SuccessorListTy::const_iterator cacao::jit::compiler2::EndInst::succ_const_iterator |
Definition at line 200 of file Instructions.hpp.
typedef SuccessorListTy::const_reverse_iterator cacao::jit::compiler2::EndInst::succ_const_reverse_iterator |
Definition at line 201 of file Instructions.hpp.
Definition at line 199 of file Instructions.hpp.
|
inlineexplicit |
Definition at line 208 of file Instructions.hpp.
Definition at line 212 of file Instructions.hpp.
|
inlinevirtual |
Visitor.
Implements cacao::jit::compiler2::Instruction.
Reimplemented in cacao::jit::compiler2::RETURNInst, cacao::jit::compiler2::LOOKUPSWITCHInst, cacao::jit::compiler2::TABLESWITCHInst, cacao::jit::compiler2::IFInst, and cacao::jit::compiler2::GOTOInst.
Definition at line 266 of file Instructions.hpp.
Definition at line 219 of file Instructions.hpp.
|
inline |
Definition at line 259 of file Instructions.hpp.
|
inline |
Definition at line 238 of file Instructions.hpp.
|
inlinevirtual |
True if the instruction has no fixed control dependencies.
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 217 of file Instructions.hpp.
Definition at line 204 of file Instructions.hpp.
|
inline |
Definition at line 256 of file Instructions.hpp.
|
inline |
Definition at line 251 of file Instructions.hpp.
|
inline |
Definition at line 252 of file Instructions.hpp.
|
inline |
Definition at line 255 of file Instructions.hpp.
|
inline |
Definition at line 253 of file Instructions.hpp.
|
inline |
Definition at line 254 of file Instructions.hpp.
|
inline |
Definition at line 257 of file Instructions.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 216 of file Instructions.hpp.
|
friend |
Definition at line 264 of file Instructions.hpp.
|
friend |
Definition at line 265 of file Instructions.hpp.
|
private |
Definition at line 203 of file Instructions.hpp.