Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1143 Instruction *PrevInsertPoint = nullptr; in splitScope() local
1167 PrevInsertPoint = InsertPoint; in splitScope()
1182 PrevInsertPoint = OuterInsertPoint; in splitScope()
1187 PrevInsertPoint = InsertPoint; in splitScope()
1192 if (shouldSplit(PrevInsertPoint, PrevConditionValues, ConditionValues, in splitScope()
1199 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1202 PrevInsertPoint = InsertPoint; in splitScope()
1220 assert(PrevInsertPoint && "Null PrevInsertPoint"); in splitScope()
1221 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()