Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlive_ranges_test.cc75 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST()
123 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST()
175 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval(); in TEST()
184 interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST()
199 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval(); in TEST()
201 ASSERT_EQ(22u, liveness.GetInstructionFromSsaIndex(2)->GetLifetimePosition()); in TEST()
254 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST()
263 interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval(); in TEST()
271 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval(); in TEST()
279 interval = liveness.GetInstructionFromSsaIndex(3)->GetLiveInterval(); in TEST()
[all …]
Dregister_allocator.cc431 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in ValidateInternal()
1669 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Resolve()
1739 HInstruction* instruction = liveness_.GetInstructionFromSsaIndex(i); in Resolve()
1748 HInstruction* current = liveness_.GetInstructionFromSsaIndex(idx); in Resolve()
Dssa_liveness_analysis.h1119 HInstruction* GetInstructionFromSsaIndex(size_t index) const { in GetInstructionFromSsaIndex() function