Lines Matching refs:PrevConditionValues
1036 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1043 for (Value *V : PrevConditionValues) { in shouldSplit()
1062 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1066 for (Value *V : PrevConditionValues) { in shouldSplit()
1134 DenseSet<Value *> PrevConditionValues; in splitScope() local
1158 PrevConditionValues = ConditionValues; in splitScope()
1171 PrevConditionValues = *OuterConditionValues; in splitScope()
1172 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1178 PrevConditionValues = ConditionValues; in splitScope()
1184 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1190 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()
1193 PrevConditionValues = ConditionValues; in splitScope()
1205 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()
1211 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()