Lines Matching defs:swap_bb
1107 basic_block swap_bb = new_bbs[1];
1108 gcc_assert (EDGE_COUNT (swap_bb->preds) == 2);
1109 std::swap (EDGE_PRED (swap_bb, 0), EDGE_PRED (swap_bb, 1));
1110 EDGE_PRED (swap_bb, 0)->dest_idx = 0;
1111 EDGE_PRED (swap_bb, 1)->dest_idx = 1;
1119 basic_block swap_bb = new_inner_loop->header;
1120 gcc_assert (EDGE_COUNT (swap_bb->preds) == 2);
1121 std::swap (EDGE_PRED (swap_bb, 0), EDGE_PRED (swap_bb, 1));
1122 EDGE_PRED (swap_bb, 0)->dest_idx = 0;
1123 EDGE_PRED (swap_bb, 1)->dest_idx = 1;