Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1021 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1024 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1027 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1029 return ConditionValues; in getCHRConditionValuesForRegion()
1050 for (Value *V : ConditionValues) { in shouldSplit()
1056 for (Value *V : ConditionValues) { in shouldSplit()
1072 for (Value *V : ConditionValues) { in shouldSplit()
1149 for (Value *V : ConditionValues) { in splitScope()
1181 PrevConditionValues = ConditionValues; in splitScope()
1196 PrevConditionValues = ConditionValues; in splitScope()
[all …]