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.cc1077 HInstruction* first_next_not_move = null_check->GetNextDisregardingMoves(); in CanMoveNullCheckToUser() local
1079 return (first_next_not_move != nullptr) in CanMoveNullCheckToUser()
1080 && first_next_not_move->CanDoImplicitNullCheckOn(null_check->InputAt(0)); in CanMoveNullCheckToUser()