Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1158 Instruction *PrevInsertPoint = nullptr; in splitScope() local
1182 PrevInsertPoint = InsertPoint; in splitScope()
1197 PrevInsertPoint = OuterInsertPoint; in splitScope()
1202 PrevInsertPoint = InsertPoint; in splitScope()
1207 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1214 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1217 PrevInsertPoint = InsertPoint; in splitScope()
1235 assert(PrevInsertPoint && "Null PrevInsertPoint"); in splitScope()
1236 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()