Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h113 : user_(user), in UsePosition()
119 : user_(nullptr), in UsePosition()
126 HInstruction* GetUser() const { return user_; } in GetUser()
128 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized()
137 return user_->GetBlock()->GetLoopInformation(); in GetLoopInformation()
141 return new (allocator) UsePosition(user_, input_index_, position_); in Clone()
153 HInstruction* const user_; variable
Dnodes.h1698 T GetUser() const { return user_; }
1706 : user_(user), index_(index) {}
1708 T const user_; local