Home
last modified time | relevance | path

Searched refs:ConditionValues (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1040 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1043 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1046 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1048 return ConditionValues; in getCHRConditionValuesForRegion()
1060 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1070 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 …]