Home
last modified time | relevance | path

Searched refs:user_ (Results 1 – 1 of 1) 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