Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1025 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1028 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1031 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1033 return ConditionValues; in getCHRConditionValuesForRegion()
1055 for (Value *V : ConditionValues) { in shouldSplit()
1060 for (Value *V : ConditionValues) { in shouldSplit()
1078 for (Value *V : ConditionValues) { in shouldSplit()
1154 for (Value *V : ConditionValues) { in splitScope()
1186 PrevConditionValues = ConditionValues; in splitScope()
1201 PrevConditionValues = ConditionValues; in splitScope()
[all …]