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()
117 : user_(nullptr), in UsePosition()
124 HInstruction* GetUser() const { return user_; } in GetUser()
126 bool IsSynthesized() const { return user_ == nullptr; } in IsSynthesized()
135 return user_->GetBlock()->GetLoopInformation(); in GetLoopInformation()
139 return new (allocator) UsePosition(user_, input_index_, position_); in Clone()
151 HInstruction* const user_; variable
Dnodes.h1486 T GetUser() const { return user_; }
1494 : user_(user), index_(index) {}
1496 T const user_; local