Searched refs:dst_src (Results 1 – 1 of 1) sorted by relevance
3551 struct isl_sched_node *dst_src, *dst_dst; in copy_edges() local3559 dst_src = isl_sched_graph_find_node(ctx, dst, edge->src->space); in copy_edges()3561 if (!dst_src || !dst_dst) in copy_edges()3563 if (!isl_sched_graph_is_node(dst, dst_src) || in copy_edges()3577 dst->edge[dst->n_edge].src = dst_src; in copy_edges()