Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PREChanged

2161     bool PREChanged = true;
2162 while (PREChanged) {
2163 PREChanged = performPRE(F);
2164 Changed |= PREChanged;