Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp353 DenseSet<Value *> *OuterConditionValues,
1148 DenseSet<Value *> *OuterConditionValues, in splitScope() argument
1153 assert(OuterConditionValues && "Null OuterConditionValues"); in splitScope()
1179 if (shouldSplit(OuterInsertPoint, *OuterConditionValues, in splitScope()
1194 PrevConditionValues = *OuterConditionValues; in splitScope()