Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SSAUpdate

201   MachineSSAUpdater SSAUpdate(MF, &NewPHIs);
221 SSAUpdate.Initialize(VReg);
229 SSAUpdate.AddAvailableValue(DefBB, VReg);
238 SSAUpdate.AddAvailableValue(SrcBB, SrcReg);
248 // SSAUpdate can replace the use with an undef. That creates
250 // FIXME: Should it SSAUpdate job to delete debug instructions
257 SSAUpdate.RewriteUse(UseMO);