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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1066 DenseSet<Value *> &PrevConditionValues,
1072 dbgs() << "shouldSplit " << *InsertPoint << " PrevConditionValues ";
1073 for (Value *V : PrevConditionValues) {
1089 // If PrevConditionValues or ConditionValues is empty, don't split to avoid
1091 // PrevConditionValues and ConditionValues don't intersect at all, split.
1092 if (!PrevConditionValues.empty() && !ConditionValues.empty()) {
1096 for (Value *V : PrevConditionValues) {
1165 DenseSet<Value *> PrevConditionValues; local
1189 PrevConditionValues = ConditionValues;
1202 PrevConditionValues
1065 shouldSplit(Instruction *InsertPoint, DenseSet<Value *> &PrevConditionValues, DenseSet<Value *> &ConditionValues, DominatorTree &DT, DenseSet<Instruction *> &Unhoistables) argument
[all...]

Completed in 196 milliseconds