Searched refs:ConditionValues (Results 1 – 1 of 1) sorted by relevance
1040 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local1043 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()1046 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()1048 return ConditionValues; in getCHRConditionValuesForRegion()1060 DenseSet<Value *> &ConditionValues, in shouldSplit() argument1070 for (Value *V : ConditionValues) { in shouldSplit()1075 for (Value *V : ConditionValues) { in shouldSplit()1085 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()1093 for (Value *V : ConditionValues) { in shouldSplit()1166 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local[all …]