Lines Matching refs:PrevConditionValues
1044 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1051 for (Value *V : PrevConditionValues) { in shouldSplit()
1070 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1074 for (Value *V : PrevConditionValues) { in shouldSplit()
1142 DenseSet<Value *> PrevConditionValues; in splitScope() local
1166 PrevConditionValues = ConditionValues; in splitScope()
1179 PrevConditionValues = *OuterConditionValues; in splitScope()
1180 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1186 PrevConditionValues = ConditionValues; in splitScope()
1192 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1198 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()
1201 PrevConditionValues = ConditionValues; in splitScope()
1213 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()
1219 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()