Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1064 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1071 for (Value *V : PrevConditionValues) { in shouldSplit()
1094 for (Value *V : PrevConditionValues) { in shouldSplit()
1162 DenseSet<Value *> PrevConditionValues; in splitScope() local
1186 PrevConditionValues = ConditionValues; in splitScope()
1199 PrevConditionValues = *OuterConditionValues; in splitScope()
1200 PrevConditionValues.insert(ConditionValues.begin(), in splitScope()
1206 PrevConditionValues = ConditionValues; in splitScope()
1218 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()
1221 PrevConditionValues = ConditionValues; in splitScope()
[all …]