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

/art/compiler/optimizing/
H A Dcode_generator.cc872 HInstruction* first_prev_not_move = instr->GetPreviousDisregardingMoves(); local
876 if (first_prev_not_move != nullptr && first_prev_not_move->IsNullCheck()) {
877 HNullCheck* null_check = first_prev_not_move->AsNullCheck();

Completed in 75 milliseconds