Home | History | Annotate | Download | only in i965

Lines Matching refs:chosen

443       schedule_node *chosen = NULL;
449 if (!chosen || n->unblocked_time < chosen_time) {
450 chosen = n;
456 assert(chosen);
457 chosen->remove();
458 next_block_header->insert_before(chosen->inst);
471 for (int i = 0; i < chosen->child_count; i++) {
472 schedule_node *child = chosen->children[i];
475 time + chosen->child_latency[i]);
488 if (chosen->inst->is_math()) {
494 time + chosen->latency);