Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator.cc849 HInstruction* first_next_not_move = null_check->GetNextDisregardingMoves(); in CanMoveNullCheckToUser() local
851 return (first_next_not_move != nullptr) in CanMoveNullCheckToUser()
852 && first_next_not_move->CanDoImplicitNullCheckOn(null_check->InputAt(0)); in CanMoveNullCheckToUser()