Searched defs:succ_id (Results 1 - 2 of 2) sorted by relevance

/art/compiler/dex/
H A Dglobal_value_numbering.cc183 BasicBlockId succ_id) {
188 return ((last_opcode == Instruction::IF_EQZ && pred_bb->fall_through == succ_id) ||
189 (last_opcode == Instruction::IF_NEZ && pred_bb->taken == succ_id));
182 HasNullCheckLastInsn(const BasicBlock* pred_bb, BasicBlockId succ_id) argument
H A Dmir_graph.cc974 int succ_id = 0; local
982 succ_id++,
998 succ_id = 0;
1007 bb->id, succ_id++, block_name2);

Completed in 48 milliseconds