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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1166 Instruction *PrevInsertPoint = nullptr; local
1190 PrevInsertPoint = InsertPoint;
1205 PrevInsertPoint = OuterInsertPoint;
1210 PrevInsertPoint = InsertPoint;
1215 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues,
1222 SplitsInsertPoints.push_back(PrevInsertPoint);
1225 PrevInsertPoint = InsertPoint;
1243 assert(PrevInsertPoint && "Null PrevInsertPoint");
1244 SplitsInsertPoints.push_back(PrevInsertPoint);
[all...]

Completed in 184 milliseconds