Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.cc183 BasicBlockId succ_id) { in HasNullCheckLastInsn() argument
188 return ((last_opcode == Instruction::IF_EQZ && pred_bb->fall_through == succ_id) || in HasNullCheckLastInsn()
189 (last_opcode == Instruction::IF_NEZ && pred_bb->taken == succ_id)); in HasNullCheckLastInsn()
Dglobal_value_numbering.h191 static bool HasNullCheckLastInsn(const BasicBlock* pred_bb, BasicBlockId succ_id);
Dmir_graph.cc976 int succ_id = 0; in DumpCFG() local
984 succ_id++, in DumpCFG()
1000 succ_id = 0; in DumpCFG()
1009 bb->id, succ_id++, block_name2); in DumpCFG()