Home
last modified time | relevance | path

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

/art/compiler/dex/quick/
Dmir_to_lir.cc1339 BasicBlock* curr_bb_fall_through = mir_graph_->GetBasicBlock(curr_bb->fall_through); in MethodMIR2LIR() local
1340 if ((curr_bb_fall_through != nullptr) && (curr_bb_fall_through != next_bb)) { in MethodMIR2LIR()