Lines Matching refs:PrevConditionValues
1040 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1046 for (Value *V : PrevConditionValues) { in shouldSplit()
1065 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1068 for (Value *V : PrevConditionValues) { in shouldSplit()
1137 DenseSet<Value *> PrevConditionValues; in splitScope() local
1161 PrevConditionValues = ConditionValues; in splitScope()
1174 PrevConditionValues = *OuterConditionValues; in splitScope()
1175 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1181 PrevConditionValues = ConditionValues; in splitScope()
1187 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1193 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()
1196 PrevConditionValues = ConditionValues; in splitScope()
1208 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()
1214 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()