Home | History | Annotate | Download | only in Scalar

Lines Matching refs:SSAUpdate

1303   SSAUpdater SSAUpdate(&NewPHIs);
1304 SSAUpdate.Initialize(LI->getType(), LI->getName());
1309 if (SSAUpdate.HasValueForBlock(BB))
1312 SSAUpdate.AddAvailableValue(BB, AV.MaterializeAdjustedValue(LI, gvn));
1316 return SSAUpdate.GetValueInMiddleOfBlock(LI->getParent());