Lines Matching refs:ConditionValues
1021 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1024 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1027 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1029 return ConditionValues; in getCHRConditionValuesForRegion()
1041 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1050 for (Value *V : ConditionValues) { in shouldSplit()
1056 for (Value *V : ConditionValues) { in shouldSplit()
1065 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1072 for (Value *V : ConditionValues) { in shouldSplit()
1146 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local
1149 for (Value *V : ConditionValues) { in splitScope()
1160 ConditionValues, DT, Unhoistables)) { in splitScope()
1161 PrevConditionValues = ConditionValues; in splitScope()
1175 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1176 ConditionValues.end()); in splitScope()
1181 PrevConditionValues = ConditionValues; in splitScope()
1187 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1196 PrevConditionValues = ConditionValues; in splitScope()
1208 PrevConditionValues.insert(ConditionValues.begin(), ConditionValues.end()); in splitScope()