Home | History | Annotate | Download | only in optimizing

Lines Matching refs:liveness

62   SsaLivenessAnalysis liveness(*graph, codegen);
63 liveness.Analyze();
65 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
108 SsaLivenessAnalysis liveness(*graph, codegen);
109 liveness.Analyze();
111 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
157 SsaLivenessAnalysis liveness(*graph, codegen);
158 liveness.Analyze();
161 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval();
170 interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
185 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval();
187 ASSERT_EQ(22u, liveness.GetInstructionFromSsaIndex(2)->GetLifetimePosition());
233 SsaLivenessAnalysis liveness(*graph, codegen);
234 liveness.Analyze();
237 LiveInterval* interval = liveness.GetInstructionFromSsaIndex(0)->GetLiveInterval();
246 interval = liveness.GetInstructionFromSsaIndex(1)->GetLiveInterval();
254 interval = liveness.GetInstructionFromSsaIndex(2)->GetLiveInterval();
262 interval = liveness.GetInstructionFromSsaIndex(3)->GetLiveInterval();