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.cpp1148 SmallVector<Instruction *, 8> SplitsInsertPoints; in splitScope() local
1200 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1222 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1225 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope()
1229 Instruction *SplitInsertPoint = SplitsInsertPoints[I]; in splitScope()
1247 Split->BranchInsertPoint = SplitsInsertPoints[I]; in splitScope()
1248 CHR_DEBUG(dbgs() << "BranchInsertPoint " << *SplitsInsertPoints[I] in splitScope()