Searched refs:bb_graph (Results 1 – 2 of 2) sorted by relevance
157 struct bb_info *bb_graph; member543 init_arc (arcptr, source, target, bb_graph) in init_arc() argument546 struct bb_info *bb_graph;557 arcptr->succ_next = bb_graph[source].succ;558 bb_graph[source].succ = arcptr;559 bb_graph[source].succ_count++;561 arcptr->pred_next = bb_graph[target].pred;562 bb_graph[target].pred = arcptr;563 bb_graph[target].pred_count++;720 struct bb_info *bb_graph; local[all …]
2994 (struct bb_info, label_to_bb, label_to_bb_size, bb_graph): Kill.