Searched defs:bb_fall_through (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/
H A Dssa_transformation.cc442 BasicBlock* bb_fall_through = GetBasicBlock(bb->fall_through); local
446 if (bb_fall_through && bb_fall_through->data_flow_info)
447 ComputeSuccLineIn(temp_live_vregs, bb_fall_through->data_flow_info->live_in_v,
H A Dmir_optimization.cc171 BasicBlock* bb_fall_through = GetBasicBlock(bb->fall_through); local
172 if (((bb_fall_through == nullptr) && (bb_taken != nullptr)) &&
178 bb = (bb_taken != nullptr) ? nullptr : bb_fall_through;
H A Dmir_graph.cc233 BasicBlock* bb_fall_through = GetBasicBlock(bottom_block->fall_through); local
234 bb_fall_through->ErasePredecessor(orig_block->id);
235 bb_fall_through->predecessors.push_back(bottom_block->id);

Completed in 95 milliseconds