Definition at line 51 of file instruction-scheduler.h.
◆ ScheduleGraphNode()
v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode |
( |
Zone * | zone, |
|
|
Instruction * | instr ) |
◆ AddSuccessor()
void v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::AddSuccessor |
( |
ScheduleGraphNode * | node | ) |
|
◆ DropUnscheduledPredecessor()
void v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::DropUnscheduledPredecessor |
( |
| ) |
|
|
inline |
◆ HasUnscheduledPredecessor()
bool v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::HasUnscheduledPredecessor |
( |
| ) |
|
|
inline |
◆ instruction()
Instruction * v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::instruction |
( |
| ) |
|
|
inline |
◆ latency()
int v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::latency |
( |
| ) |
const |
|
inline |
◆ set_start_cycle()
void v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::set_start_cycle |
( |
int | start_cycle | ) |
|
|
inline |
◆ set_total_latency()
void v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::set_total_latency |
( |
int | latency | ) |
|
|
inline |
◆ start_cycle()
int v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::start_cycle |
( |
| ) |
const |
|
inline |
◆ successors()
◆ total_latency()
int v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::total_latency |
( |
| ) |
const |
|
inline |
◆ instr_
Instruction* v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::instr_ |
|
private |
◆ latency_
int v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::latency_ |
|
private |
◆ start_cycle_
int v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::start_cycle_ |
|
private |
◆ successors_
◆ total_latency_
int v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::total_latency_ |
|
private |
◆ unscheduled_predecessors_count_
int v8::internal::compiler::InstructionScheduler::ScheduleGraphNode::unscheduled_predecessors_count_ |
|
private |
The documentation for this class was generated from the following files: