Lines Matching refs:PrevConditionValues
1045 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1052 for (Value *V : PrevConditionValues) { in shouldSplit()
1071 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1075 for (Value *V : PrevConditionValues) { in shouldSplit()
1143 DenseSet<Value *> PrevConditionValues; in splitScope() local
1167 PrevConditionValues = ConditionValues; in splitScope()
1180 PrevConditionValues = *OuterConditionValues; in splitScope()
1181 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1187 PrevConditionValues = ConditionValues; in splitScope()
1193 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1199 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()
1202 PrevConditionValues = ConditionValues; in splitScope()
1214 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()
1220 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()