Lines Matching refs:ConditionValues
1025 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1028 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1031 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1033 return ConditionValues; in getCHRConditionValuesForRegion()
1045 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1055 for (Value *V : ConditionValues) { in shouldSplit()
1060 for (Value *V : ConditionValues) { in shouldSplit()
1070 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1078 for (Value *V : ConditionValues) { in shouldSplit()
1151 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local
1154 for (Value *V : ConditionValues) { in splitScope()
1165 ConditionValues, DT, Unhoistables)) { in splitScope()
1166 PrevConditionValues = ConditionValues; in splitScope()
1180 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1181 ConditionValues.end()); in splitScope()
1186 PrevConditionValues = ConditionValues; in splitScope()
1192 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1201 PrevConditionValues = ConditionValues; in splitScope()
1213 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()