Searched refs:next_block_header (Results 1 – 2 of 2) sorted by relevance
134 void schedule_instructions(fs_inst *next_block_header);431 instruction_scheduler::schedule_instructions(fs_inst *next_block_header) in schedule_instructions() argument458 next_block_header->insert_before(chosen->inst); in schedule_instructions()505 fs_inst *next_block_header = (fs_inst *)instructions.head; in schedule_instructions() local508 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()510 while (!next_block_header->is_tail_sentinel()) { in schedule_instructions()511 fs_inst *inst = next_block_header; in schedule_instructions()512 next_block_header = (fs_inst *)next_block_header->next; in schedule_instructions()526 sched.schedule_instructions(next_block_header); in schedule_instructions()