Searched refs:user_ (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h111 : user_(user),
127 HInstruction* GetUser() const { return user_; }
131 bool IsSynthesized() const { return user_ == nullptr; }
140 return user_->GetBlock()->GetLoopInformation();
145 user_, environment_, input_index_, position_,
159 HInstruction* const user_; member in class:art::UsePosition
H A Dnodes.h1352 T GetUser() const { return user_; }
1362 : user_(user), index_(index) {}
1364 T const user_; member in class:art::HUseListNode

Completed in 164 milliseconds