Home | History | Annotate | Download | only in gcc

Lines Matching defs:bb_info

47    for each basic block.  For each entity, there is an array of bb_info over
48 the flow graph basic blocks (local var 'bb_info'), which contains a list
80 struct bb_info
89 static void add_seginfo (struct bb_info *, struct seginfo *);
109 commit_mode_sets (struct edge_list *edge_list, int e, struct bb_info *info)
178 add_seginfo (struct bb_info *head, struct seginfo *info)
504 struct bb_info *bb_info[N_ENTITIES];
528 bb_info[n_entities]
529 = XCNEWVEC (struct bb_info,
576 struct bb_info *info = bb_info[j];
746 struct bb_info *info = bb_info[j];
788 need_commit |= commit_mode_sets (edge_list, entity_map[j], bb_info[j]);
796 int cur_mode = bb_info[j][bb->index].mode_in;
798 for (ptr = bb_info[j][bb->index].seginfo; ptr; ptr = next)
841 free (bb_info[j]);