HomeSort by relevance Sort by last modified time
    Searched refs:succ_id (Results 1 - 3 of 3) sorted by null

  /art/compiler/dex/
global_value_numbering.h 197 static bool HasNullCheckLastInsn(const BasicBlock* pred_bb, BasicBlockId succ_id) {
198 return pred_bb->BranchesToSuccessorOnlyIfNotZero(succ_id);
mir_graph.h 468 bool BranchesToSuccessorOnlyIfNotZero(BasicBlockId succ_id) const {
473 return ((last_opcode == Instruction::IF_EQZ && fall_through == succ_id) ||
474 (last_opcode == Instruction::IF_NEZ && taken == succ_id)) &&
    [all...]
mir_graph.cc 1046 int succ_id = 0; local
    [all...]

Completed in 44 milliseconds