Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1048 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1051 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1053 return ConditionValues; in getCHRConditionValuesForRegion()
1075 for (Value *V : ConditionValues) { in shouldSplit()
1080 for (Value *V : ConditionValues) { in shouldSplit()
1098 for (Value *V : ConditionValues) { in shouldSplit()
1174 for (Value *V : ConditionValues) { in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
[all …]