Home | History | Annotate | Download | only in i965

Lines Matching refs:node_count

545    int node_count = this->alloc.count;
546 int first_payload_node = node_count;
547 node_count += payload_node_count;
548 int first_mrf_hack_node = node_count;
550 node_count += BRW_MAX_GRF - GEN7_MRF_HACK_START;
552 ra_alloc_interference_graph(compiler->fs_reg_sets[rsi].regs, node_count);