Lines Matching refs:code1
265 enum rtx_code code1, code2, reversed_code2; in thread_jump() local
304 code1 = reversed_comparison_code (cond1, BB_END (e->src)); in thread_jump()
306 code1 = GET_CODE (cond1); in thread_jump()
311 if (!comparison_dominates_p (code1, code2) in thread_jump()
312 && !comparison_dominates_p (code1, reversed_code2)) in thread_jump()
392 if ((comparison_dominates_p (code1, code2) != 0) in thread_jump()
1176 enum rtx_code code1, code2; in condjump_equiv_p() local
1212 code1 = GET_CODE (cond1); in condjump_equiv_p()
1231 if (code1 == code2) in condjump_equiv_p()
1238 else if (code1 == swap_condition (code2)) in condjump_equiv_p()
1324 enum rtx_code code1, code2; in outgoing_edges_match() local
1368 code1 = GET_CODE (cond1); in outgoing_edges_match()
1378 match = ((code1 == code2 in outgoing_edges_match()
1381 || (code1 == swap_condition (code2) in outgoing_edges_match()