Searched refs:test_if (Results 1 – 3 of 3) sorted by relevance
534 rtx compare_set = NULL_RTX, test_if, cond; in ix86_macro_fusion_pair_p() local614 test_if = SET_SRC (pc_set (condjmp)); in ix86_macro_fusion_pair_p()615 cond = XEXP (test_if, 0); in ix86_macro_fusion_pair_p()
438 rtx test_if, cond; in cond_exec_get_condition() local441 test_if = SET_SRC (pc_set (jump)); in cond_exec_get_condition()444 cond = XEXP (test_if, 0); in cond_exec_get_condition()449 || (GET_CODE (XEXP (test_if, 2)) == LABEL_REF in cond_exec_get_condition()450 && label_ref_label (XEXP (test_if, 2)) in cond_exec_get_condition()
17635 * ifcvt.c (cond_exec_get_condition): Set test_if to the SET_SRC