Home
last modified time | relevance | path

Searched refs:next_bb (Results 1 – 1 of 1) sorted by relevance

/art/compiler/dex/quick/
Dmir_to_lir.cc1335 BasicBlock* next_bb = iter.Next(); in MethodMIR2LIR() local
1340 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()