V8 Project
|
Public Member Functions | |
void | AddOutgoing (Zone *zone, BasicBlock *block) |
Public Attributes | |
BasicBlock * | header |
ZoneList< BasicBlock * > * | outgoing |
BitVector * | members |
LoopInfo * | prev |
BlockList * | end |
BlockList * | start |
Definition at line 758 of file scheduler.cc.
|
inline |
Definition at line 766 of file scheduler.cc.
References v8::internal::List< T, AllocationPolicy >::Add(), NULL, and outgoing.
Referenced by v8::internal::compiler::Scheduler::ComputeSpecialRPO().
BlockList* v8::internal::compiler::LoopInfo::end |
Definition at line 763 of file scheduler.cc.
Referenced by v8::internal::compiler::Scheduler::ComputeSpecialRPO().
BasicBlock* v8::internal::compiler::LoopInfo::header |
Definition at line 759 of file scheduler.cc.
Referenced by v8::internal::compiler::ComputeLoopInfo(), and v8::internal::compiler::Scheduler::ComputeSpecialRPO().
BitVector* v8::internal::compiler::LoopInfo::members |
Definition at line 761 of file scheduler.cc.
Referenced by v8::internal::compiler::ComputeLoopInfo(), and v8::internal::compiler::Scheduler::ComputeSpecialRPO().
ZoneList<BasicBlock*>* v8::internal::compiler::LoopInfo::outgoing |
Definition at line 760 of file scheduler.cc.
Referenced by AddOutgoing(), and v8::internal::compiler::Scheduler::ComputeSpecialRPO().
LoopInfo* v8::internal::compiler::LoopInfo::prev |
Definition at line 762 of file scheduler.cc.
Referenced by v8::internal::compiler::Scheduler::ComputeSpecialRPO().
BlockList* v8::internal::compiler::LoopInfo::start |
Definition at line 764 of file scheduler.cc.
Referenced by v8::internal::compiler::Scheduler::ComputeSpecialRPO().