Searched refs:pc_set (Results 1 – 15 of 15) sorted by relevance
| /freebsd-9-stable/contrib/gcc/ |
| D | cfgcleanup.c | 295 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()
|
| D | jump.c | 863 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()
|
| D | loop-unswitch.c | 108 cond = XEXP (SET_SRC (pc_set (cinsn)), 0); in compare_and_jump_seq()
|
| D | ifcvt.c | 348 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()
|
| D | predict.c | 1431 cond = XEXP (SET_SRC (pc_set (insn)), 0); in expected_value_to_br_prob()
|
| D | sched-deps.c | 169 src = SET_SRC (pc_set (insn)); in sched_get_condition()
|
| D | gcse.c | 2776 rtx set = pc_set (jump); in cprop_jump() 3593 src = SET_SRC (pc_set (jump)); in bypass_block()
|
| D | rtl.h | 2026 extern rtx pc_set (rtx);
|
| D | builtins.c | 4719 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()
|
| D | rtlanal.c | 4607 set = pc_set (jump); in get_condition()
|
| D | flow.c | 2042 rtx set_src = SET_SRC (pc_set (BB_END (bb))); in init_propagate_block_info()
|
| D | cse.c | 4539 set = pc_set (insn); in record_jump_equiv()
|
| D | ChangeLog-2000 | 13026 * 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
|
| D | ChangeLog-2001 | 171 edges. Rearrange jump interpretation code to use pc_set. 10250 * predict.c (expected_value_to_br_prob): Use pc_set.
|
| D | ChangeLog-2004 | 24594 reversed_comparison_code_parts, simplejump_p, pc_set,
|