Home
last modified time | relevance | path

Searched refs:GetInputIndex (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dregister_allocation_resolver.cc332 Location expected_location = locations->InAt(use->GetInputIndex()); in ConnectSiblings()
337 locations->SetInAt(use->GetInputIndex(), source); in ConnectSiblings()
358 environment->SetLocationAt(env_use->GetInputIndex(), source); in ConnectSiblings()
Dssa_liveness_analysis.h131 size_t GetInputIndex() const { return input_index_; } in GetInputIndex() function
149 Location location = GetUser()->GetLocations()->InAt(GetInputIndex()); in RequiresRegister()
187 size_t GetInputIndex() const { return input_index_; } in GetInputIndex() function
1212 return temp->GetFirstUse()->GetInputIndex(); in GetTempIndex()
Dssa_liveness_analysis.cc366 size_t input_index = use->GetInputIndex(); in FindFirstRegisterHint()
398 Location expected = locations->InAt(use->GetInputIndex()); in FindFirstRegisterHint()
Dregister_allocator_graph_color.cc1412 Location input = locations->InAt(use->GetInputIndex()); in FindCoalesceOpportunities()