Home
last modified time | relevance | path

Searched refs:rtx_jump_table_data (Results 1 – 10 of 10) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dcfgbuild.c253 rtx_jump_table_data *table; in make_edges()
397 purge_dead_tablejump_edges (basic_block bb, rtx_jump_table_data *table) in purge_dead_tablejump_edges()
443 rtx_jump_table_data *table; in find_bb_boundaries()
H A Dcoretypes.h84 class rtx_jump_table_data; /* JUMP_TABLE_DATA_P (X) */ variable
H A Drtl.h633 class GTY(()) rtx_jump_table_data : public rtx_insn in class()
948 is_a_helper <rtx_jump_table_data *>::test (rtx rt) in test()
956 is_a_helper <rtx_jump_table_data *>::test (rtx_insn *insn) in test()
1506 inline rtvec rtx_jump_table_data::get_labels () const in get_labels()
1519 rtx_jump_table_data::get_data_mode () const in get_data_mode()
1527 inline rtx_jump_table_data *
1530 return safe_dyn_cast <rtx_jump_table_data *> (NEXT_INSN (label)); in jump_table_for_label()
3257 extern rtx_jump_table_data *emit_jump_table_data (rtx);
3456 extern bool tablejump_p (const rtx_insn *, rtx_insn **, rtx_jump_table_data **);
H A Dfinal.c517 final_addr_vec_align (rtx_jump_table_data *addr_vec) in final_addr_vec_align()
954 rtx_jump_table_data *table = jump_table_for_label (label); in shorten_branches()
1134 if (rtx_jump_table_data *table = dyn_cast <rtx_jump_table_data *> (insn)) in shorten_branches()
1233 rtx_jump_table_data *table = jump_table_for_label (label); in shorten_branches()
1273 rtx_jump_table_data *table = as_a <rtx_jump_table_data *> (insn); in shorten_branches()
2250 rtx_jump_table_data *table; in final_scan_insn_1()
H A Djump.c1277 rtx_jump_table_data *lab_next; in delete_related_insns()
1296 if (rtx_jump_table_data *table = dyn_cast <rtx_jump_table_data *> (insn)) in delete_related_insns()
H A Dcfgrtl.c200 if (rtx_jump_table_data *table = dyn_cast <rtx_jump_table_data *> (insn)) in delete_insn()
1109 rtx_jump_table_data *table; in try_redirect_by_replacing_jump()
1181 rtx_jump_table_data *table; in patch_jump_insn()
1634 rtx_jump_table_data *table; in force_nonfallthru_and_redirect()
1773 rtx_jump_table_data *table; in rtl_tidy_fallthru_edge()
2286 rtx_jump_table_data *table; in get_last_bb_insn()
H A Dcfgcleanup.c656 rtx_jump_table_data *table; in merge_blocks_move_successor_nojumps()
1732 rtx_jump_table_data *table1, *table2; in outgoing_edges_match()
2025 rtx_jump_table_data *table1, *table2; in try_crossjump_to_edge()
H A Demit-rtl.c5267 rtx_jump_table_data *
5270 rtx_jump_table_data *jump_table_data = in emit_jump_table_data()
5271 as_a <rtx_jump_table_data *> (rtx_alloc (JUMP_TABLE_DATA)); in emit_jump_table_data()
H A Drtlanal.c3217 rtx_jump_table_data **tablep) in tablejump_p()
3234 *tablep = as_a <rtx_jump_table_data *> (table); in tablejump_p()
4149 rtx_jump_table_data *table; in label_is_jump_target_p()
H A Ddwarf2cfi.c2405 rtx_jump_table_data *table; in create_trace_edges()