Home
last modified time | relevance | path

Searched refs:branch_code (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Dloop-unroll.c965 rtx old_niter, niter, init_code, branch_code, tmp; in unroll_loop_runtime_iterations() local
1083 branch_code = compare_and_jump_seq (copy_rtx (niter), GEN_INT (j), EQ, in unroll_loop_runtime_iterations()
1089 gcc_assert (branch_code != NULL_RTX); in unroll_loop_runtime_iterations()
1091 swtch = split_edge_and_insert (single_pred_edge (swtch), branch_code); in unroll_loop_runtime_iterations()
1105 branch_code = compare_and_jump_seq (copy_rtx (niter), const0_rtx, EQ, in unroll_loop_runtime_iterations()
1108 gcc_assert (branch_code != NULL_RTX); in unroll_loop_runtime_iterations()
1110 swtch = split_edge_and_insert (single_succ_edge (swtch), branch_code); in unroll_loop_runtime_iterations()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dloop-unroll.c886 rtx_insn *init_code, *branch_code; in unroll_loop_runtime_iterations() local
1022 branch_code = compare_and_jump_seq (copy_rtx (niter), GEN_INT (j), EQ, in unroll_loop_runtime_iterations()
1028 gcc_assert (branch_code != NULL_RTX); in unroll_loop_runtime_iterations()
1030 swtch = split_edge_and_insert (single_pred_edge (swtch), branch_code); in unroll_loop_runtime_iterations()
1051 branch_code = compare_and_jump_seq (copy_rtx (niter), const0_rtx, EQ, in unroll_loop_runtime_iterations()
1054 gcc_assert (branch_code != NULL_RTX); in unroll_loop_runtime_iterations()
1056 swtch = split_edge_and_insert (single_succ_edge (swtch), branch_code); in unroll_loop_runtime_iterations()