• Home
  • Raw
  • Download

Lines Matching refs:liveness

69   SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator());  in TEST_F()  local
70 liveness.Analyze(); in TEST_F()
72 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F()
113 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
114 liveness.Analyze(); in TEST_F()
116 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F()
160 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
161 liveness.Analyze(); in TEST_F()
164 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval(); in TEST_F()
173 interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F()
188 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval(); in TEST_F()
190 ASSERT_EQ(22u, liveness.GetInstructionFromSsaIndex(2)->GetLifetimePosition()); in TEST_F()
235 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
236 liveness.Analyze(); in TEST_F()
264 interval = liveness.GetInstructionFromSsaIndex(3)->GetLiveInterval(); in TEST_F()
310 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
311 liveness.Analyze(); in TEST_F()
314 HIntConstant* constant = liveness.GetInstructionFromSsaIndex(0)->AsIntConstant(); in TEST_F()
324 HPhi* phi = liveness.GetInstructionFromSsaIndex(1)->AsPhi(); in TEST_F()
335 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F()
384 SsaLivenessAnalysis liveness(graph, codegen.get(), GetScopedAllocator()); in TEST_F() local
385 liveness.Analyze(); in TEST_F()
388 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval(); in TEST_F()
399 interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval(); in TEST_F()
409 HAdd* add = liveness.GetInstructionFromSsaIndex(2)->AsAdd(); in TEST_F()
417 add = liveness.GetInstructionFromSsaIndex(3)->AsAdd(); in TEST_F()
424 HPhi* phi = liveness.GetInstructionFromSsaIndex(4)->AsPhi(); in TEST_F()