Searched refs:GetFirstUse (Results 1 - 2 of 2) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h529 UsePosition* GetFirstUse() const { function in class:art::LiveInterval
1144 DCHECK_EQ(user, temp->GetFirstUse()->GetUser());
1151 return temp->GetFirstUse()->GetInputIndex();
H A Dregister_allocator.cc1498 UsePosition* use = current->GetFirstUse();

Completed in 9 milliseconds