Searched refs:branch_code (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | loop-unroll.c | 936 rtx old_niter, niter, init_code, branch_code, tmp; in unroll_loop_runtime_iterations() local 1057 branch_code = compare_and_jump_seq (copy_rtx (niter), GEN_INT (j), EQ, in unroll_loop_runtime_iterations() 1061 swtch = loop_split_edge_with (single_pred_edge (swtch), branch_code); in unroll_loop_runtime_iterations() 1075 branch_code = compare_and_jump_seq (copy_rtx (niter), const0_rtx, EQ, in unroll_loop_runtime_iterations() 1079 swtch = loop_split_edge_with (single_succ_edge (swtch), branch_code); in unroll_loop_runtime_iterations()
|