Lines Matching refs:InstructionScheduler
15 void InstructionScheduler::SchedulingQueueBase::AddNode(
27 InstructionScheduler::ScheduleGraphNode*
28 InstructionScheduler::CriticalPathFirstQueue::PopBestCandidate(int cycle) {
48 InstructionScheduler::ScheduleGraphNode*
49 InstructionScheduler::StressSchedulerQueue::PopBestCandidate(int cycle) {
60 InstructionScheduler::ScheduleGraphNode::ScheduleGraphNode(Zone* zone,
69 void InstructionScheduler::ScheduleGraphNode::AddSuccessor(
75 InstructionScheduler::InstructionScheduler(Zone* zone,
91 void InstructionScheduler::StartBlock(RpoNumber rpo) {
101 void InstructionScheduler::EndBlock(RpoNumber rpo) {
110 void InstructionScheduler::AddTerminator(Instruction* instr) {
120 void InstructionScheduler::AddInstruction(Instruction* instr) {
212 void InstructionScheduler::Schedule() {
256 int InstructionScheduler::GetInstructionFlags(const Instruction* instr) const {
396 void InstructionScheduler::ComputeTotalLatencies() {