Home
last modified time | relevance | path

Searched refs:current_ir_type (Results 1 – 25 of 33) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dcfghooks.h281 extern enum ir_type current_ir_type (void);
H A Dloop-init.c390 gcc_assert (current_ir_type () == IR_RTL_CFGLAYOUT); in rtl_loop_init()
H A Dcfgrtl.c1475 gcc_assert (current_ir_type () == IR_RTL_CFGRTL in emit_barrier_after_bb()
1476 || current_ir_type () == IR_RTL_CFGLAYOUT); in emit_barrier_after_bb()
1477 if (current_ir_type () == IR_RTL_CFGLAYOUT) in emit_barrier_after_bb()
2447 if (crtl->bb_reorder_complete && current_ir_type () == IR_RTL_CFGRTL) in fixup_partitions()
2511 || current_ir_type () != IR_RTL_CFGRTL) in verify_hot_cold_block_grouping()
2732 && current_ir_type () == IR_RTL_CFGLAYOUT) in rtl_verify_edges()
H A Dcfghooks.c81 current_ir_type (void) in current_ir_type() function
445 if (current_ir_type () == IR_GIMPLE) in remove_edge()
H A Dcfgcleanup.c2721 if (current_ir_type () == IR_RTL_CFGLAYOUT) in try_optimize_cfg()
3041 if (MAY_HAVE_DEBUG_BIND_INSNS && current_ir_type () == IR_GIMPLE in delete_unreachable_blocks()
3148 if (current_ir_type () == IR_RTL_CFGLAYOUT) in cleanup_cfg()
H A Dpredict.c4328 if (current_ir_type () != IR_GIMPLE in force_edge_cold()
4346 if (current_ir_type () != IR_GIMPLE in force_edge_cold()
4356 else if (current_ir_type () == IR_GIMPLE) in force_edge_cold()
H A Djump.c293 if (current_ir_type () == IR_RTL_CFGLAYOUT) in mark_all_labels()
H A Dcfgloopmanip.c1649 current_ir_type () == IR_GIMPLE ? EDGE_TRUE_VALUE : 0); in lv_adjust_loop_entry_edge()
H A Dcfgloop.c711 && current_ir_type () == IR_GIMPLE) in find_subloop_latch_edge()
H A Dbb-reorder.c2559 gcc_assert (current_ir_type () == IR_RTL_CFGLAYOUT); in reorder_basic_blocks()
H A Dexcept.c3303 if (current_ir_type () == IR_GIMPLE) in dump_eh_tree()
H A Dtree-cfg.c9803 if (current_ir_type () == IR_GIMPLE) in gt_ggc_mx()
9830 if (current_ir_type () == IR_GIMPLE) in gt_pch_nx()
9843 if (current_ir_type () == IR_GIMPLE) in gt_pch_nx()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dcfghooks.h282 extern enum ir_type current_ir_type (void);
H A Dloop-init.cc397 gcc_assert (current_ir_type () == IR_RTL_CFGLAYOUT); in rtl_loop_init()
H A Dcfgrtl.cc1479 gcc_assert (current_ir_type () == IR_RTL_CFGRTL in emit_barrier_after_bb()
1480 || current_ir_type () == IR_RTL_CFGLAYOUT); in emit_barrier_after_bb()
1481 if (current_ir_type () == IR_RTL_CFGLAYOUT) in emit_barrier_after_bb()
2467 if (crtl->bb_reorder_complete && current_ir_type () == IR_RTL_CFGRTL) in fixup_partitions()
2531 || current_ir_type () != IR_RTL_CFGRTL) in verify_hot_cold_block_grouping()
2752 && current_ir_type () == IR_RTL_CFGLAYOUT) in rtl_verify_edges()
3505 if (current_ir_type () != IR_RTL_CFGLAYOUT) in update_cfg_for_uncondjump()
H A Dcfghooks.cc84 current_ir_type (void) in current_ir_type() function
461 if (current_ir_type () == IR_GIMPLE) in remove_edge()
H A Dcfgcleanup.cc2692 if (current_ir_type () == IR_RTL_CFGLAYOUT) in try_optimize_cfg()
3012 if (MAY_HAVE_DEBUG_BIND_INSNS && current_ir_type () == IR_GIMPLE in delete_unreachable_blocks()
3117 if (current_ir_type () == IR_RTL_CFGLAYOUT) in cleanup_cfg()
H A Dpredict.cc4403 if (current_ir_type () != IR_GIMPLE in force_edge_cold()
4421 if (current_ir_type () != IR_GIMPLE in force_edge_cold()
4431 else if (current_ir_type () == IR_GIMPLE) in force_edge_cold()
H A Djump.cc293 if (current_ir_type () == IR_RTL_CFGLAYOUT) in mark_all_labels()
H A Dcfgloopmanip.cc1577 current_ir_type () == IR_GIMPLE ? EDGE_TRUE_VALUE : 0); in lv_adjust_loop_entry_edge()
H A Dcfgloop.cc710 && current_ir_type () == IR_GIMPLE) in find_subloop_latch_edge()
H A Dbb-reorder.cc2560 gcc_assert (current_ir_type () == IR_RTL_CFGLAYOUT); in reorder_basic_blocks()
H A Dexcept.cc3304 if (current_ir_type () == IR_GIMPLE) in dump_eh_tree()
H A Dtree-cfg.cc9917 if (current_ir_type () == IR_GIMPLE) in gt_ggc_mx()
9944 if (current_ir_type () == IR_GIMPLE) in gt_pch_nx()
9957 if (current_ir_type () == IR_GIMPLE) in gt_pch_nx()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/
H A Ddarwin.cc396 if (current_ir_type () != IR_GIMPLE || currently_expanding_to_rtl) in machopic_gen_offset()

12