Home
last modified time | relevance | path

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

/art/compiler/dex/
Dglobal_value_numbering.cc187 Instruction::Code last_opcode = pred_bb->last_mir_insn->dalvikInsn.opcode; in HasNullCheckLastInsn() local
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()
Dmir_optimization.cc765 Instruction::Code last_opcode = last_insn->dalvikInsn.opcode; in EliminateNullChecksAndInferTypes() local
766 if (last_opcode == Instruction::IF_EQZ) { in EliminateNullChecksAndInferTypes()
772 } else if (last_opcode == Instruction::IF_NEZ) { in EliminateNullChecksAndInferTypes()