Searched refs:ConditionValues (Results 1 – 1 of 1) sorted by relevance
1026 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local1029 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()1032 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()1034 return ConditionValues; in getCHRConditionValuesForRegion()1046 DenseSet<Value *> &ConditionValues, in shouldSplit() argument1056 for (Value *V : ConditionValues) { in shouldSplit()1061 for (Value *V : ConditionValues) { in shouldSplit()1071 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()1079 for (Value *V : ConditionValues) { in shouldSplit()1152 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local[all …]