Searched refs:next_bb (Results 1 – 1 of 1) sorted by relevance
1335 BasicBlock* next_bb = iter.Next(); in MethodMIR2LIR() local1340 if ((curr_bb_fall_through != nullptr) && (curr_bb_fall_through != next_bb)) { in MethodMIR2LIR()1343 curr_bb = next_bb; in MethodMIR2LIR()1345 next_bb = iter.Next(); in MethodMIR2LIR()1346 } while ((next_bb != nullptr) && (next_bb->block_type == kDead)); in MethodMIR2LIR()