Home
last modified time | relevance | path

Searched refs:bb_data (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/
H A Dcfganal.c1091 while (bb_data[cur1].scc != -1) in tag_header()
1096 if (bb_data[ih].depth < bb_data[cur2].depth) in tag_header()
1098 bb_data[cur1].scc = cur2; in tag_header()
1105 bb_data[cur1].scc = cur2; in tag_header()
1117 return (bb_data[*e1].bb_to_pre - bb_data[*e2].bb_to_pre); in cmp_edge_dest_pre()
1149 rpoamdbs_bb_data *bb_data in rev_post_order_and_mark_dfs_back_seme() local
1169 bb_data[dest->index].scc = -1; in rev_post_order_and_mark_dfs_back_seme()
1232 bb_data[dest->index].depth = -bb_data[dest->index].depth; in rev_post_order_and_mark_dfs_back_seme()
1247 XDELETEVEC (bb_data); in rev_post_order_and_mark_dfs_back_seme()
1322 while (bb_data[src_scc].scc != bb_data[dest_scc].scc) in rev_post_order_and_mark_dfs_back_seme()
[all …]
H A Dcfganal.cc1118 while (bb_data[cur1].scc != -1) in tag_header()
1123 if (bb_data[ih].depth < bb_data[cur2].depth) in tag_header()
1125 bb_data[cur1].scc = cur2; in tag_header()
1132 bb_data[cur1].scc = cur2; in tag_header()
1144 return (bb_data[*e1].bb_to_pre - bb_data[*e2].bb_to_pre); in cmp_edge_dest_pre()
1176 rpoamdbs_bb_data *bb_data in rev_post_order_and_mark_dfs_back_seme() local
1196 bb_data[dest->index].scc = -1; in rev_post_order_and_mark_dfs_back_seme()
1259 bb_data[dest->index].depth = -bb_data[dest->index].depth; in rev_post_order_and_mark_dfs_back_seme()
1274 XDELETEVEC (bb_data); in rev_post_order_and_mark_dfs_back_seme()
1349 while (bb_data[src_scc].scc != bb_data[dest_scc].scc) in rev_post_order_and_mark_dfs_back_seme()
[all …]
H A Dlra-lives.c405 static bb_data_t bb_data; variable
411 return &bb_data[(bb)->index]; in get_bb_data()
417 return &bb_data[index]; in get_bb_data_by_index()
478 bb_data = XNEWVEC (class bb_data_pseudos, last_basic_block_for_fn (cfun)); in initiate_live_solver()
505 free (bb_data); in finish_live_solver()
H A Dlra-lives.cc405 static bb_data_t bb_data; variable
411 return &bb_data[(bb)->index]; in get_bb_data()
417 return &bb_data[index]; in get_bb_data_by_index()
478 bb_data = XNEWVEC (class bb_data_pseudos, last_basic_block_for_fn (cfun)); in initiate_live_solver()
505 free (bb_data); in finish_live_solver()
H A Dgcse.c423 struct bb_data struct
439 #define BB_DATA(bb) ((struct bb_data *) (bb)->aux) argument
2924 struct bb_data *data = BB_DATA (bb); in should_hoist_expr_to_dom()
3081 struct bb_data *data; in hoist_code()
3536 alloc_aux_for_blocks (sizeof (struct bb_data)); in one_code_hoisting_pass()
H A Dgcse.cc423 struct bb_data struct
439 #define BB_DATA(bb) ((struct bb_data *) (bb)->aux) argument
2906 struct bb_data *data = BB_DATA (bb); in should_hoist_expr_to_dom()
3061 struct bb_data *data; in hoist_code()
3515 alloc_aux_for_blocks (sizeof (struct bb_data)); in one_code_hoisting_pass()
H A DChangeLog-20148317 * lra-lives.c (struct bb_data): Rename to ...
9210 (struct bb_data, bb_data_t, bb_data): New.
H A DChangeLog-20124225 * gcse.c (struct bb_data): Add new fields, old_pressure, live_in
7107 * gcse.c: (struct bb_data): New structure.
/netbsd/external/gpl3/gcc.old/dist/gcc/
H A Dcfganal.c1091 while (bb_data[cur1].scc != -1) in tag_header()
1096 if (bb_data[ih].depth < bb_data[cur2].depth) in tag_header()
1098 bb_data[cur1].scc = cur2; in tag_header()
1105 bb_data[cur1].scc = cur2; in tag_header()
1117 return (bb_data[*e1].bb_to_pre - bb_data[*e2].bb_to_pre); in cmp_edge_dest_pre()
1149 rpoamdbs_bb_data *bb_data in rev_post_order_and_mark_dfs_back_seme() local
1169 bb_data[dest->index].scc = -1; in rev_post_order_and_mark_dfs_back_seme()
1232 bb_data[dest->index].depth = -bb_data[dest->index].depth; in rev_post_order_and_mark_dfs_back_seme()
1247 XDELETEVEC (bb_data); in rev_post_order_and_mark_dfs_back_seme()
1322 while (bb_data[src_scc].scc != bb_data[dest_scc].scc) in rev_post_order_and_mark_dfs_back_seme()
[all …]
H A Dlra-lives.c405 static bb_data_t bb_data; variable
411 return &bb_data[(bb)->index]; in get_bb_data()
417 return &bb_data[index]; in get_bb_data_by_index()
478 bb_data = XNEWVEC (class bb_data_pseudos, last_basic_block_for_fn (cfun)); in initiate_live_solver()
505 free (bb_data); in finish_live_solver()
H A Dgcse.c423 struct bb_data struct
439 #define BB_DATA(bb) ((struct bb_data *) (bb)->aux) argument
2924 struct bb_data *data = BB_DATA (bb); in should_hoist_expr_to_dom()
3081 struct bb_data *data; in hoist_code()
3536 alloc_aux_for_blocks (sizeof (struct bb_data)); in one_code_hoisting_pass()
/netbsd/sys/sys/
H A Dbootblock.h776 uint64_t bb_data[63]; /* data (disklabel, also as below) */ member
781 #define bb_secsize bb_data[60] /* secondary size (blocks) */
782 #define bb_secstart bb_data[61] /* secondary start (blocks) */
783 #define bb_flags bb_data[62] /* unknown flags (set to zero) */
799 _i < (sizeof _bb->bb_data / sizeof _bb->bb_data[0]); \
801 _cksum += le64toh(_bb->bb_data[_i]); \