Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PREChanged

2225     bool PREChanged = true;
2226 while (PREChanged) {
2227 PREChanged = performPRE(F);
2228 Changed |= PREChanged;