CACAO
|
This Instruction marks 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) |
virtual 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 marks the start of a basic block.
Definition at line 439 of file Instructions.hpp.
typedef PredecessorListTy::const_iterator cacao::jit::compiler2::BeginInst::const_pred_iterator |
Definition at line 443 of file Instructions.hpp.
Definition at line 442 of file Instructions.hpp.
|
inlineexplicit |
Definition at line 456 of file Instructions.hpp.
|
inlineexplicit |
Definition at line 459 of file Instructions.hpp.
|
inlinevirtual |
Visitor pattern.
Implements cacao::jit::compiler2::Instruction.
Definition at line 498 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 461 of file Instructions.hpp.
|
inline |
Definition at line 488 of file Instructions.hpp.
|
inline |
Definition at line 475 of file Instructions.hpp.
|
inline |
Definition at line 462 of file Instructions.hpp.
|
inline |
Definition at line 599 of file Instructions.hpp.
|
inlinevirtual |
True if the instruction has no fixed control dependencies.
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 490 of file Instructions.hpp.
|
inline |
Definition at line 492 of file Instructions.hpp.
|
inline |
Definition at line 493 of file Instructions.hpp.
|
inline |
Definition at line 494 of file Instructions.hpp.
Definition at line 489 of file Instructions.hpp.
Definition at line 450 of file Instructions.hpp.
Definition at line 602 of file Instructions.hpp.
|
inlinevirtual |
Reimplemented from cacao::jit::compiler2::Instruction.
Definition at line 460 of file Instructions.hpp.
|
friend |
Definition at line 496 of file Instructions.hpp.
|
friend |
Definition at line 497 of file Instructions.hpp.
|
private |
Definition at line 447 of file Instructions.hpp.
|
private |
Definition at line 448 of file Instructions.hpp.