Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp356 DenseSet<Value *> *OuterConditionValues,
1128 DenseSet<Value *> *OuterConditionValues, in splitScope() argument
1133 assert(OuterConditionValues && "Null OuterConditionValues"); in splitScope()
1159 if (shouldSplit(OuterInsertPoint, *OuterConditionValues, in splitScope()
1174 PrevConditionValues = *OuterConditionValues; in splitScope()