Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1040 DenseSet<Value *> &PrevConditionValues, in shouldSplit() argument
1046 for (Value *V : PrevConditionValues) { in shouldSplit()
1068 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(ConditionValues.begin(), in splitScope()
1181 PrevConditionValues = ConditionValues; in splitScope()
1193 SplitsConditionValues.push_back(PrevConditionValues); in splitScope()
1196 PrevConditionValues = ConditionValues; in splitScope()
[all …]