Home | History | Annotate | Download | only in optimizing

Lines Matching defs:GetUser

127   HInstruction* GetUser() const { return user_; }
149 Location location = GetUser()->GetLocations()->InAt(GetInputIndex());
310 && (first_use_->GetUser() == actual_user)
1205 DCHECK_EQ(user, temp->GetFirstUse()->GetUser());