Lines Matching defs:child
201 * We add @before as a child of @after, so that DAG heads are the outputs of
828 nir_schedule_node *child = (nir_schedule_node *)edge->child;
830 fprintf(stderr, " -> (%d parents) ", child->dag.parent_count);
831 nir_print_instr(child->instr, stderr);
953 nir_schedule_node *child = (nir_schedule_node *)edge->child;
955 child->ready_time = MAX2(child->ready_time,
958 if (child->dag.parent_count == 1) {
961 nir_print_instr(child->instr, stderr);
1055 nir_schedule_node *child = (nir_schedule_node *)edge->child;
1056 max_delay = MAX2(child->max_delay, max_delay);