Home | History | Annotate | Download | only in quick

Lines Matching refs:next_bb

1246   BasicBlock* next_bb = iter.Next();
1251 if ((curr_bb_fall_through != NULL) && (curr_bb_fall_through != next_bb)) {
1254 curr_bb = next_bb;
1256 next_bb = iter.Next();
1257 } while ((next_bb != NULL) && (next_bb->block_type == kDead));