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.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()
1041 DenseSet<Value *> &ConditionValues, in shouldSplit() argument
1051 for (Value *V : ConditionValues) { in shouldSplit()
1056 for (Value *V : ConditionValues) { in shouldSplit()
1066 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1074 for (Value *V : ConditionValues) { in shouldSplit()
1146 DenseSet<Value *> ConditionValues = getCHRConditionValuesForRegion(RI); in splitScope() local
[all …]