Home | History | Annotate | Download | only in Scalar

Lines Matching refs:PredValues

1180   PredValueInfoTy PredValues;
1181 if (!ComputeValueKnownInPredecessors(Cond, BB, PredValues, Preference, CxtI))
1184 assert(!PredValues.empty() &&
1188 for (const auto &PredValue : PredValues) {
1204 for (const auto &PredValue : PredValues) {