Searched refs:BranchInsertPoint (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp178 CHRScope(RegInfo RI) : BranchInsertPoint(nullptr) {
297 Instruction *BranchInsertPoint; member in class:__anon5588::CHRScope
319 : RegInfos(RegInfosIn), Subs(SubsIn), BranchInsertPoint(nullptr) {}
1140 assert(!Scope->BranchInsertPoint &&
1141 "BranchInsertPoint must not be set");
1148 assert(Scope->BranchInsertPoint && "BranchInsertPoint must be set");
1269 Split->BranchInsertPoint = SplitsInsertPoints[I];
1270 CHR_DEBUG(dbgs() << "BranchInsertPoint " << *SplitsInsertPoints[I]
1403 Instruction *InsertPoint = OutermostScope->BranchInsertPoint;
[all...]

Completed in 100 milliseconds