Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp1167 SmallVector<Instruction *, 8> SplitsInsertPoints; in splitScope() local
1219 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1241 SplitsInsertPoints.push_back(PrevInsertPoint); in splitScope()
1244 Splits.size() == SplitsInsertPoints.size() && "Mismatching sizes"); in splitScope()
1248 Instruction *SplitInsertPoint = SplitsInsertPoints[I]; in splitScope()
1266 Split->BranchInsertPoint = SplitsInsertPoints[I]; in splitScope()
1267 CHR_DEBUG(dbgs() << "BranchInsertPoint " << *SplitsInsertPoints[I] in splitScope()