Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1017 DenseSet<Value *> ConditionValues; in getCHRConditionValuesForRegion() local
1020 ConditionValues.insert(BI->getCondition()); in getCHRConditionValuesForRegion()
1023 ConditionValues.insert(SI->getCondition()); in getCHRConditionValuesForRegion()
1025 return ConditionValues; in getCHRConditionValuesForRegion()
1047 for (Value *V : ConditionValues) { in shouldSplit()
1052 for (Value *V : ConditionValues) { in shouldSplit()
1070 for (Value *V : ConditionValues) { in shouldSplit()
1146 for (Value *V : ConditionValues) { in splitScope()
1178 PrevConditionValues = ConditionValues; in splitScope()
1193 PrevConditionValues = ConditionValues; in splitScope()
[all …]