Home | History | Annotate | Download | only in i965

Lines Matching refs:block_count

434                          int hw_reg_count, int block_count,
446 this->reg_pressure_in = rzalloc_array(mem_ctx, int, block_count);
448 this->livein = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
449 for (int i = 0; i < block_count; i++)
453 this->liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
454 for (int i = 0; i < block_count; i++)
458 this->hw_liveout = ralloc_array(mem_ctx, BITSET_WORD *, block_count);
459 for (int i = 0; i < block_count; i++)
570 int block_count,
586 int block_count,
588 : instruction_scheduler(v, grf_count, hw_reg_count, block_count, mode),