Home
last modified time | relevance | path

Searched refs:GetInstructionFromSsaIndex (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dlive_ranges_test.cc71 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F()
115 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F()
163 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval(); in TEST_F()
172 interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F()
187 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval(); in TEST_F()
189 ASSERT_EQ(22u, liveness.GetInstructionFromSsaIndex(2)->GetLifetimePosition()); in TEST_F()
263 interval = liveness.GetInstructionFromSsaIndex(3)->GetLiveInterval(); in TEST_F()
313 HIntConstant* constant = liveness.GetInstructionFromSsaIndex(0)->AsIntConstant(); in TEST_F()
323 HPhi* phi = liveness.GetInstructionFromSsaIndex(1)->AsPhi(); in TEST_F()
334 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F()
[all …]
Dregister_allocation_resolver.cc59 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Resolve()
147 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Resolve()
160 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval(); in Resolve()
173 LiveInterval* interval = liveness_.GetInstructionFromSsaIndex(idx)->GetLiveInterval(); in Resolve()
234 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in UpdateSafepointLiveRegisters()
Dssa_liveness_analysis.cc204 HInstruction* current = GetInstructionFromSsaIndex(idx); in ComputeLiveRanges()
265 HInstruction* current = GetInstructionFromSsaIndex(idx); in ComputeLiveRanges()
Dssa_liveness_analysis.h1201 HInstruction* GetInstructionFromSsaIndex(size_t index) const { in GetInstructionFromSsaIndex() function
1304 HInstruction* instruction = GetInstructionFromSsaIndex(idx); in CheckNoLiveInIrreducibleLoop()
Dregister_allocator_linear_scan.cc434 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in ValidateInternal()
Dregister_allocator_graph_color.cc738 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Validate()