Lines Matching defs:func_node
17 struct func_node {
55 list_first_entry(&cfg->funcs, struct func_node, l)
57 list_last_entry(&cfg->funcs, struct func_node, l)
63 static struct func_node *cfg_append_func(struct cfg *cfg, struct bpf_insn *insn)
65 struct func_node *new_func, *func;
88 static struct bb_node *func_append_bb(struct func_node *func,
134 struct func_node *func, *last_func;
165 static bool func_partition_bb_head(struct func_node *func)
199 static void func_partition_bb_tail(struct func_node *func)
216 static bool func_add_special_bb(struct func_node *func)
233 static bool func_partition_bb(struct func_node *func)
243 static struct bb_node *func_search_bb_with_head(struct func_node *func,
277 static bool func_add_bb_edges(struct func_node *func)
336 struct func_node *func;
356 struct func_node *func, *func2;
384 draw_bb_node(struct func_node *func, struct bb_node *bb, struct dump_data *dd,
413 static void draw_bb_succ_edges(struct func_node *func, struct bb_node *bb)
433 func_output_bb_def(struct func_node *func, struct dump_data *dd,
443 static void func_output_edges(struct func_node *func)
462 struct func_node *func;