Searched refs:dst_src (Results 1 – 1 of 1) sorted by relevance
3745 struct isl_sched_node *dst_src, *dst_dst; in copy_edges() local3753 dst_src = graph_find_node(ctx, dst, edge->src->space); in copy_edges()3755 if (!dst_src || !dst_dst) in copy_edges()3757 if (!is_node(dst, dst_src) || !is_node(dst, dst_dst)) { in copy_edges()3769 dst->edge[dst->n_edge].src = dst_src; in copy_edges()