Searched refs:ConditionValues (Results 1 – 1 of 1) sorted by relevance
1021 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local1024 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()1027 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()1029 return ConditionValues; in getCHRConditionValuesForRegion()1041 DenseSet<Value *> &ConditionValues, in shouldSplit() argument1051 for (Value *V : ConditionValues) { in shouldSplit()1056 for (Value *V : ConditionValues) { in shouldSplit()1066 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()1074 for (Value *V : ConditionValues) { in shouldSplit()1146 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local[all …]