Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.h114 : user_(user), in UsePosition()
120 : user_(nullptr), in UsePosition()
127 HInstruction* GetUser() const { return user_; } in GetUser()
129 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized()
138 return user_->GetBlock()->GetLoopInformation(); in GetLoopInformation()
142 return new (allocator) UsePosition(user_, input_index_, position_); in Clone()
154 HInstruction* const user_; variable
Dnodes.h1734 T GetUser() const { return user_; }
1742 : user_(user), index_(index) {}
1744 T const user_; local