Searched refs:PrevConditionValues (Results 1 – 1 of 1) sorted by relevance
1059 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument1066 for (Value *V : PrevConditionValues) { in shouldSplit()1085 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()1089 for (Value *V : PrevConditionValues) { in shouldSplit()1157 DenseSet<Value *> PrevConditionValues; in splitScope() local1181 PrevConditionValues = ConditionValues; in splitScope()1194 PrevConditionValues = *OuterConditionValues; in splitScope()1195 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()1201 PrevConditionValues = ConditionValues; in splitScope()1207 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()[all …]