Lines Matching refs:InstructionScheduler
15 void InstructionScheduler::SchedulingQueueBase::AddNode( in AddNode()
28 InstructionScheduler::ScheduleGraphNode*
29 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) { in PopBestCandidate()
50 InstructionScheduler::ScheduleGraphNode*
51 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) { in PopBestCandidate()
63 InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode( in ScheduleGraphNode()
75 void InstructionScheduler::ScheduleGraphNode::AddSuccessor( in AddSuccessor()
81 InstructionScheduler::InstructionScheduler(Zone* zone, in InstructionScheduler() function in v8::internal::compiler::InstructionScheduler
92 void InstructionScheduler::StartBlock(RpoNumber rpo) { in StartBlock()
103 void InstructionScheduler::EndBlock(RpoNumber rpo) { in EndBlock()
118 void InstructionScheduler::AddTerminator(Instruction* instr) { in AddTerminator()
128 void InstructionScheduler::AddInstruction(Instruction* instr) { in AddInstruction()
208 void InstructionScheduler::ScheduleBlock() { in ScheduleBlock()
246 int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const { in GetInstructionFlags()
375 void InstructionScheduler::ComputeTotalLatencies() { in ComputeTotalLatencies()