Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1044 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1051 for (Value *V : PrevConditionValues) { in shouldSplit()
1074 for (Value *V : PrevConditionValues) { in shouldSplit()
1142 DenseSet<Value *> PrevConditionValues; in splitScope() local
1166 PrevConditionValues = ConditionValues; in splitScope()
1179 PrevConditionValues = *OuterConditionValues; in splitScope()
1180 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1186 PrevConditionValues = ConditionValues; in splitScope()
1198 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()
1201 PrevConditionValues = ConditionValues; in splitScope()
[all …]