Lines Matching refs:ConditionValues
1026 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1029 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1032 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1034 return ConditionValues; in getCHRConditionValuesForRegion()
1046 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1056 for (Value *V : ConditionValues) { in shouldSplit()
1061 for (Value *V : ConditionValues) { in shouldSplit()
1071 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1079 for (Value *V : ConditionValues) { in shouldSplit()
1152 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local
1155 for (Value *V : ConditionValues) { in splitScope()
1166 ConditionValues, DT, Unhoistables)) { in splitScope()
1167 PrevConditionValues = ConditionValues; in splitScope()
1181 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1182 ConditionValues.end()); in splitScope()
1187 PrevConditionValues = ConditionValues; in splitScope()
1193 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1202 PrevConditionValues = ConditionValues; in splitScope()
1214 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()