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

/art/compiler/dex/
H A Dssa_transformation.cc467 BasicBlock* bb_fall_through = GetBasicBlock(bb->fall_through); local
471 if (bb_fall_through && bb_fall_through->data_flow_info)
472 ComputeSuccLineIn(temp_dalvik_register_v, bb_fall_through->data_flow_info->live_in_v,
H A Dmir_optimization.cc157 BasicBlock* bb_fall_through = GetBasicBlock(bb->fall_through); local
158 if (((bb_fall_through == NULL) && (bb_taken != NULL)) &&
164 bb = (bb_taken != NULL) ? NULL : bb_fall_through;
H A Dmir_graph.cc193 BasicBlock* bb_fall_through = GetBasicBlock(bottom_block->fall_through); local
194 bb_fall_through->predecessors->Delete(orig_block->id);
195 bb_fall_through->predecessors->Insert(bottom_block->id);

Completed in 307 milliseconds