• Home
  • Raw
  • Download

Lines Matching defs:func

82 #define func_prev(func)		list_prev_entry(func, l)  argument
83 #define func_next(func) list_next_entry(func, l) argument
86 #define entry_bb(func) func_first_bb(func) argument
87 #define exit_bb(func) func_last_bb(func) argument
92 #define func_first_bb(func) \ argument
94 #define func_last_bb(func) \ argument
99 struct func_node *new_func, *func; in cfg_append_func() local
122 static struct bb_node *func_append_bb(struct func_node *func, in func_append_bb()
168 struct func_node *func, *last_func; in cfg_partition_funcs() local
199 static bool func_partition_bb_head(struct func_node *func) in func_partition_bb_head()
233 static void func_partition_bb_tail(struct func_node *func) in func_partition_bb_tail()
250 static bool func_add_special_bb(struct func_node *func) in func_add_special_bb()
267 static bool func_partition_bb(struct func_node *func) in func_partition_bb()
277 static struct bb_node *func_search_bb_with_head(struct func_node *func, in func_search_bb_with_head()
311 static bool func_add_bb_edges(struct func_node *func) in func_add_bb_edges()
370 struct func_node *func; in cfg_build() local
390 struct func_node *func, *func2; in cfg_destroy() local
417 static void draw_bb_node(struct func_node *func, struct bb_node *bb) in draw_bb_node()
448 static void draw_bb_succ_edges(struct func_node *func, struct bb_node *bb) in draw_bb_succ_edges()
467 static void func_output_bb_def(struct func_node *func) in func_output_bb_def()
476 static void func_output_edges(struct func_node *func) in func_output_edges()
494 struct func_node *func; in cfg_dump() local