Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h111 : user_(user), in UsePosition()
130 HInstruction* GetUser() const { return user_; } in GetUser()
133 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized()
142 return user_->GetBlock()->GetLoopInformation(); in GetLoopInformation()
147 user_, environment_, input_index_, position_, in Dup()
161 HInstruction* const user_;
Dnodes.h902 T GetUser() const { return user_; } in GetUser()
908 : user_(user), index_(index), prev_(nullptr), next_(nullptr) {} in HUseListNode()
910 T const user_; variable