Home | History | Annotate | Download | only in optimizing

Lines Matching defs:phi

150    *       22: phi
174 // Last use is the phi at the return block so instruction is live until
190 // Last use is the phi at the return block.
194 // Test for the phi.
220 * 14: phi
253 // Last use is the loop phi so instruction is live until
274 // Test for the phi.
298 * 10: phi
309 * We want to make sure the phi at 10 has a lifetime hole after the add at 20.
333 // Last use is the loop phi so instruction is live until
338 // Test for the loop phi.
339 HPhi* phi = liveness.GetInstructionFromSsaIndex(1)->AsPhi();
340 interval = phi->GetLiveInterval();
381 * 26: phi
443 HPhi* phi = liveness.GetInstructionFromSsaIndex(4)->AsPhi();
444 ASSERT_TRUE(phi->GetUses().HasExactlyOneElement());
445 interval = phi->GetLiveInterval();