Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp322 DenseSet<Value *> *OuterConditionValues,
1134 DenseSet<Value *> *OuterConditionValues, in splitScope() argument
1139 assert(OuterConditionValues && "Null OuterConditionValues"); in splitScope()
1165 if (shouldSplit(OuterInsertPoint, *OuterConditionValues, in splitScope()
1180 PrevConditionValues = *OuterConditionValues; in splitScope()