Home
last modified time | relevance | path

Searched refs:pc_set (Results 1 – 15 of 15) sorted by relevance

/freebsd-9-stable/contrib/gcc/
Dcfgcleanup.c295 set1 = pc_set (BB_END (e->src)); in thread_jump()
296 set2 = pc_set (BB_END (b)); in thread_jump()
1202 set1 = pc_set (BB_END (bb1)); in condjump_equiv_p()
1203 set2 = pc_set (BB_END (bb2)); in condjump_equiv_p()
1360 set1 = pc_set (BB_END (bb1)); in outgoing_edges_match()
1361 set2 = pc_set (BB_END (bb2)); in outgoing_edges_match()
Djump.c863 pc_set (rtx insn) in pc_set() function
886 rtx x = pc_set (insn); in any_uncondjump_p()
906 rtx x = pc_set (insn); in any_condjump_p()
926 rtx x = pc_set (insn); in condjump_label()
1755 rtx x = pc_set (jump); in invert_jump_1()
Dloop-unswitch.c108 cond = XEXP (SET_SRC (pc_set (cinsn)), 0); in compare_and_jump_seq()
Difcvt.c348 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()
639 cond = XEXP (SET_SRC (pc_set (if_info->jump)), 0); in noce_emit_store_flag()
1491 set = pc_set (if_info->jump); in noce_get_alt_condition()
2025 set = pc_set (jump); in noce_get_condition()
Dpredict.c1431 cond = XEXP (SET_SRC (pc_set (insn)), 0); in expected_value_to_br_prob()
Dsched-deps.c169 src = SET_SRC (pc_set (insn)); in sched_get_condition()
Dgcse.c2776 rtx set = pc_set (jump); in cprop_jump()
3593 src = SET_SRC (pc_set (jump)); in bypass_block()
Drtl.h2026 extern rtx pc_set (rtx);
Dbuiltins.c4719 rtx ifelse = SET_SRC (pc_set (insn)); in expand_builtin_expect_jump()
4745 temp = XEXP (SET_SRC (pc_set (next)), 0); in expand_builtin_expect_jump()
4763 temp = XEXP (SET_SRC (pc_set (next)), 0); in expand_builtin_expect_jump()
Drtlanal.c4607 set = pc_set (jump); in get_condition()
Dflow.c2042 rtx set_src = SET_SRC (pc_set (BB_END (bb))); in init_propagate_block_info()
Dcse.c4539 set = pc_set (insn); in record_jump_equiv()
DChangeLog-200013026 * flow.c (init_propagate_block_info): Use pc_set.
17721 and pc_set at the place of simplejump_p and condjump_p.
17750 * jump.c (invert_exp_1): Remove first argument, use pc_set
17752 (redirect_exp): Make static; redirect only the pc_set expression,
17759 (delete_barrier_succesors): Use pc_set.
18690 (condjump_label): Use pc_set.
18715 (pc_set): New.
18717 * rtl.h (any_condump_p, any_uncondjump_p, pc_set
DChangeLog-2001171 edges. Rearrange jump interpretation code to use pc_set.
10250 * predict.c (expected_value_to_br_prob): Use pc_set.
DChangeLog-200424594 reversed_comparison_code_parts, simplejump_p, pc_set,