Searched refs:bb_info_t (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Ddse.cc491 typedef struct dse_bb_info_type *bb_info_t; typedef in typeref:struct:dse_bb_info_type
497 static bb_info_t *bb_table;
717 bb_table = XNEWVEC (bb_info_t, last_basic_block_for_fn (cfun));
1043 free_read_records (bb_info_t bb_info)
1058 add_wild_read (bb_info_t bb_info)
1070 add_non_frame_wild_read (bb_info_t bb_info)
1363 record_store (rtx body, bb_info_t bb_info)
2139 check_mem_read_rtx (rtx *loc, bb_info_t bb_info)
2395 check_mem_read_rtx (loc, (bb_info_t) data);
2482 scan_insn (bb_info_t bb_inf
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Ddse.c500 typedef struct dse_bb_info_type *bb_info_t; typedef in typeref:struct:dse_bb_info_type
506 static bb_info_t *bb_table;
726 bb_table = XNEWVEC (bb_info_t, last_basic_block_for_fn (cfun));
1052 free_read_records (bb_info_t bb_info)
1067 add_wild_read (bb_info_t bb_info)
1079 add_non_frame_wild_read (bb_info_t bb_info)
1376 record_store (rtx body, bb_info_t bb_info)
2137 check_mem_read_rtx (rtx *loc, bb_info_t bb_info)
2393 check_mem_read_rtx (loc, (bb_info_t) data);
2480 scan_insn (bb_info_t bb_inf
[all...]

Completed in 264 milliseconds