Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1142 SmallVector<Instruction *, 8> SplitsInsertPoints; in splitScope() local
1193 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1215 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1218 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope()
1222 Instruction *SplitInsertPoint = SplitsInsertPoints[I]; in splitScope()
1240 Split->BranchInsertPoint = SplitsInsertPoints[I]; in splitScope()
1241 CHR_DEBUG(dbgs() << "BranchInsertPoint " << *SplitsInsertPoints[I] in splitScope()