Lines Matching defs:dst
41 struct bb_node *dst;
256 static struct edge_node *new_edge(struct bb_node *src, struct bb_node *dst,
269 if (dst)
270 e->dst = dst;
306 e->dst = bb_next(bb);
311 e->dst = func_search_bb_with_head(func,
318 e->dst = bb_next(bb);
326 e->dst = func_search_bb_with_head(func, insn + insn->off + 1);
427 func_idx, e->src->idx, func_idx, e->dst->idx,