Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1059 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1066 for (Value *V : PrevConditionValues) { in shouldSplit()
1085 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1089 for (Value *V : PrevConditionValues) { in shouldSplit()
1157 DenseSet<Value *> PrevConditionValues; in splitScope() local
1181 PrevConditionValues = ConditionValues; in splitScope()
1194 PrevConditionValues = *OuterConditionValues; in splitScope()
1195 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1201 PrevConditionValues = ConditionValues; in splitScope()
1207 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
[all …]