Lines Matching refs:ConditionValues
1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1053 return ConditionValues; in getCHRConditionValuesForRegion()
1065 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1075 for (Value *V : ConditionValues) { in shouldSplit()
1080 for (Value *V : ConditionValues) { in shouldSplit()
1090 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1098 for (Value *V : ConditionValues) { in shouldSplit()
1171 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local
1174 for (Value *V : ConditionValues) { in splitScope()
1185 ConditionValues, DT, Unhoistables)) { in splitScope()
1186 PrevConditionValues = ConditionValues; in splitScope()
1200 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1201 ConditionValues.end()); in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1212 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
1233 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()