Lines Matching refs:swtch
876 basic_block preheader, *body, swtch, ezc_swtch = NULL;
976 swtch = split_edge (loop_preheader_edge (loop));
981 iter_count = new_count = swtch->count.apply_scale (1, max_unroll + 1);
982 swtch->count = new_count;
1011 swtch = split_edge_and_insert (single_pred_edge (swtch), branch_code);
1012 set_immediate_dominator (CDI_DOMINATORS, preheader, swtch);
1013 single_succ_edge (swtch)->probability = p.invert ();
1015 swtch->count = new_count;
1016 e = make_edge (swtch, preheader,
1017 single_succ_edge (swtch)->flags & EDGE_IRREDUCIBLE_LOOP);
1025 swtch = ezc_swtch;
1029 iter_count = swtch->count.apply_scale (1, max_unroll + 1);
1037 swtch = split_edge_and_insert (single_succ_edge (swtch), branch_code);
1038 set_immediate_dominator (CDI_DOMINATORS, preheader, swtch);
1039 single_succ_edge (swtch)->probability = p.invert ();
1040 e = make_edge (swtch, preheader,
1041 single_succ_edge (swtch)->flags & EDGE_IRREDUCIBLE_LOOP);