Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1138 Instruction *PrevInsertPoint = nullptr; in splitScope() local
1162 PrevInsertPoint = InsertPoint; in splitScope()
1176 PrevInsertPoint = OuterInsertPoint; in splitScope()
1181 PrevInsertPoint = InsertPoint; in splitScope()
1186 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1193 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1196 PrevInsertPoint = InsertPoint; in splitScope()
1214 assert(PrevInsertPoint && "Null PrevInsertPoint"); in splitScope()
1215 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()