Searched refs:PrevConditionValues (Results 1 – 1 of 1) sorted by relevance
1040 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument1047 for (Value *V : PrevConditionValues) { in shouldSplit()1066 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()1070 for (Value *V : PrevConditionValues) { in shouldSplit()1137 DenseSet<Value *> PrevConditionValues; in splitScope() local1161 PrevConditionValues = ConditionValues; in splitScope()1174 PrevConditionValues = *OuterConditionValues; in splitScope()1175 PrevConditionValues.insert_range(ConditionValues); in splitScope()1180 PrevConditionValues = ConditionValues; in splitScope()1186 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()[all …]