Lines Matching refs:other_bb
4390 of TEST_BB, and *OTHER_BB is either NULL and filled by the routine,
4394 TEST_BB is a bb ending in condition where the edge to non-*OTHER_BB
4395 block points to an empty block that falls through into *OTHER_BB and
4399 suitable_cond_bb (basic_block bb, basic_block test_bb, basic_block *other_bb,
4418 || *other_bb == bb)
4425 to *OTHER_BB (if not set yet, try to find it out). */
4441 if (*other_bb == NULL)
4447 *other_bb = e->dest;
4448 if (*other_bb == NULL)
4451 if (e->dest == *other_bb)
4456 if (*other_bb == NULL || !other_edge_seen)
4459 else if (single_succ (bb) != *other_bb)
4462 /* Now check all PHIs of *OTHER_BB. */
4463 e = find_edge (bb, *other_bb);
4464 e2 = find_edge (test_bb, *other_bb);
4506 where bb 7 is *OTHER_BB, but the PHI values from the
4518 && single_succ (e3->dest) == *other_bb
4695 basic_block other_bb = NULL;
4714 other_bb = single_succ (first_bb);
4728 if (!suitable_cond_bb (pred_bb, first_bb, &other_bb, NULL, true))
4734 /* If first_bb is last_bb, other_bb hasn't been computed yet.
4736 out the other_bb. */
4739 other_bb = NULL;
4746 other_bb is that cast's successor. */
4758 if (suitable_cond_bb (first_bb, e->dest, &other_bb,
4762 other_bb = NULL;
4768 other_bb = single_succ (e->dest);
4769 if (other_bb == first_bb)
4770 other_bb = NULL;
4773 if (other_bb == NULL)
4777 that aren't other_bb. */
4781 if (e->dest != other_bb)
4787 if (!suitable_cond_bb (e->dest, last_bb, &other_bb, NULL, false))
4797 other_bb and another to another block in the range,
4810 e = find_edge (bb, other_bb);
4839 e2 = find_edge (first_bb, other_bb);
4912 where bb 7 is OTHER_BB, but the PHI values from the
4917 &other_bb, &test_swapped_p, true);
4932 edge is other_bb. */