Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1045 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1052 for (Value *V : PrevConditionValues) { in shouldSplit()
1071 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1075 for (Value *V : PrevConditionValues) { in shouldSplit()
1143 DenseSet<Value *> PrevConditionValues; in splitScope() local
1167 PrevConditionValues = ConditionValues; in splitScope()
1180 PrevConditionValues = *OuterConditionValues; in splitScope()
1181 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1187 PrevConditionValues = ConditionValues; in splitScope()
1193 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
[all …]