Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1026 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1029 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1032 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1034 return ConditionValues; in getCHRConditionValuesForRegion()
1046 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1056 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 …]