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.cpp1144 Instruction *PrevInsertPoint = nullptr; in splitScope() local
1168 PrevInsertPoint = InsertPoint; in splitScope()
1183 PrevInsertPoint = OuterInsertPoint; in splitScope()
1188 PrevInsertPoint = InsertPoint; in splitScope()
1193 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1200 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1203 PrevInsertPoint = InsertPoint; in splitScope()
1221 assert(PrevInsertPoint && "Null PrevInsertPoint"); in splitScope()
1222 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()