Searched refs:PrevConditionValues (Results 1 – 1 of 1) sorted by relevance
1045 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument1052 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() local1167 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()[all …]