Lines Matching refs:edge
1341 util_dynarray_foreach(&n->dag.edges, struct dag_edge, edge) {
1343 (struct schedule_node *)edge->child;
1351 edge->data ? 'w' : 'r');
1436 util_dynarray_foreach(&n->dag.edges, struct dag_edge, edge) {
1438 (struct schedule_node *)edge->child;
1454 util_dynarray_foreach(&n->dag.edges, struct dag_edge, edge) {
1455 if (edge->data)
1456 dag_remove_edge(dag, edge);
1469 util_dynarray_foreach(&node->dag.edges, struct dag_edge, edge) {
1471 (struct schedule_node *)edge->child;
2278 * DAG edge as we do so.