Lines Matching refs:ConditionValues
1017 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1020 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1023 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1025 return ConditionValues; in getCHRConditionValuesForRegion()
1037 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1047 for (Value *V : ConditionValues) { in shouldSplit()
1052 for (Value *V : ConditionValues) { in shouldSplit()
1062 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1070 for (Value *V : ConditionValues) { in shouldSplit()
1143 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local
1146 for (Value *V : ConditionValues) { in splitScope()
1157 ConditionValues, DT, Unhoistables)) { in splitScope()
1158 PrevConditionValues = ConditionValues; in splitScope()
1172 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1173 ConditionValues.end()); in splitScope()
1178 PrevConditionValues = ConditionValues; in splitScope()
1184 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1193 PrevConditionValues = ConditionValues; in splitScope()
1205 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()