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.cpp1040 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1047 for (Value *V : PrevConditionValues) { in shouldSplit()
1066 if (!PrevConditionValues.empty() && !ConditionValues.empty()) { in shouldSplit()
1070 for (Value *V : PrevConditionValues) { in shouldSplit()
1137 DenseSet<Value *> PrevConditionValues; in splitScope() local
1161 PrevConditionValues = ConditionValues; in splitScope()
1174 PrevConditionValues = *OuterConditionValues; in splitScope()
1175 PrevConditionValues.insert_range(ConditionValues); in splitScope()
1180 PrevConditionValues = ConditionValues; in splitScope()
1186 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
[all …]