Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dcfglayout.c506 return locator_scope (INSN_LOCATOR (insn)); in insn_scope()
550 return locator_line (INSN_LOCATOR (insn)); in insn_line()
569 return locator_file (INSN_LOCATOR (insn)); in insn_file()
957 && (!NONDEBUG_INSN_P (insn) || INSN_LOCATOR (insn) == 0)) in fixup_reorder_chain()
960 && locator_eq (INSN_LOCATOR (insn), (int) e->goto_locus)) in fixup_reorder_chain()
963 && INSN_LOCATOR (BB_END (e->src)) == 0) in fixup_reorder_chain()
965 INSN_LOCATOR (BB_END (e->src)) = e->goto_locus; in fixup_reorder_chain()
981 if (insn != end && INSN_LOCATOR (insn) in fixup_reorder_chain()
982 && locator_eq (INSN_LOCATOR (insn), (int) e->goto_locus)) in fixup_reorder_chain()
989 INSN_LOCATOR (BB_END (nb)) = e->goto_locus; in fixup_reorder_chain()
H A Difcvt.c1024 INSN_LOCATOR (if_info->insn_a)); in noce_try_move()
1069 INSN_LOCATOR (if_info->insn_a)); in noce_try_store_flag()
1200 INSN_LOCATOR (if_info->insn_a)); in noce_try_store_flag_constants()
1248 INSN_LOCATOR (if_info->insn_a)); in noce_try_addcc()
1288 INSN_LOCATOR (if_info->insn_a)); in noce_try_addcc()
1337 INSN_LOCATOR (if_info->insn_a)); in noce_try_store_flag_mask()
1486 INSN_LOCATOR (if_info->insn_a)); in noce_try_cmove()
2261 INSN_LOCATOR (if_info->insn_a)); in noce_try_bitop()
2662 emit_insn_before_setloc (seq, BB_END (test_bb), INSN_LOCATOR (insn_a)); in noce_process_if_block()
2934 emit_insn_before_setloc (seq, jump, INSN_LOCATOR (loc_insn)); in cond_move_process_if_block()
[all …]
H A Demit-rtl.c3650 tem = emit_insn_after_setloc (seq, trial, INSN_LOCATOR (trial)); in try_split()
3686 INSN_LOCATOR (insn) = curr_insn_locator (); in make_insn_raw()
3719 INSN_LOCATOR (insn) = curr_insn_locator (); in make_debug_insn_raw()
3739 INSN_LOCATOR (insn) = curr_insn_locator (); in make_jump_insn_raw()
3759 INSN_LOCATOR (insn) = curr_insn_locator (); in make_call_insn_raw()
4443 if (active_insn_p (after) && !INSN_LOCATOR (after)) in emit_pattern_after_setloc()
4444 INSN_LOCATOR (after) = loc; in emit_pattern_after_setloc()
4467 return emit_pattern_after_setloc (pattern, after, INSN_LOCATOR (prev), in emit_pattern_after()
4552 if (active_insn_p (first) && !INSN_LOCATOR (first)) in emit_pattern_before_setloc()
4553 INSN_LOCATOR (first) = loc; in emit_pattern_before_setloc()
[all …]
H A Dreorg.c550 INSN_LOCATOR (seq_insn) = INSN_LOCATOR (delay_insn); in emit_delay_sequence()
566 if (INSN_LOCATOR (tem) && !INSN_LOCATOR (seq_insn)) in emit_delay_sequence()
567 INSN_LOCATOR (seq_insn) = INSN_LOCATOR (tem); in emit_delay_sequence()
568 INSN_LOCATOR (tem) = 0; in emit_delay_sequence()
4124 INSN_LOCATOR (XEXP (link, 0)) = 0; in dbr_schedule()
H A Dcfgrtl.c2879 while (insn != end && (!INSN_P (insn) || INSN_LOCATOR (insn) == 0)) in cfg_layout_merge_blocks()
2881 if (insn != end && locator_eq (INSN_LOCATOR (insn), goto_locus)) in cfg_layout_merge_blocks()
2889 if (insn != end && INSN_LOCATOR (insn) != 0 in cfg_layout_merge_blocks()
2890 && locator_eq (INSN_LOCATOR (insn), goto_locus)) in cfg_layout_merge_blocks()
2896 INSN_LOCATOR (BB_END (a)) = goto_locus; in cfg_layout_merge_blocks()
H A Dprint-rtl.c422 if (INSN_LOCATOR (in_rtx) && insn_file (in_rtx)) in print_rtx()
H A Drtl.h799 #define INSN_LOCATOR(INSN) XINT (INSN, 5) macro
802 locator_location (INSN_LOCATOR (X)) \
H A Dcfgcleanup.c500 ? INSN_LOCATOR (last) : 0; in try_forward_edges()
H A Drecog.c3330 INSN_LOCATOR (peep2_insn_data[i].insn)); in peep2_attempt()
H A Dmodulo-sched.c1254 if (dump_file && INSN_LOCATOR (insn)) in dump_insn_locator()
H A Dfunction.c5252 INSN_LOCATOR (insn) = loc; in set_insn_locators()
H A Dcombine.c2902 INSN_LOCATOR (i2), -1, NULL_RTX); in try_combine()