Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp147 CHRScope(RegInfo RI) : BranchInsertPoint(nullptr) { in CHRScope()
262 Instruction *BranchInsertPoint; member in __anon784f818e0111::CHRScope
284 Subs(SubsIn.begin(), SubsIn.end()), BranchInsertPoint(nullptr) {} in CHRScope()
1117 assert(!Scope->BranchInsertPoint && in splitScopes()
1125 assert(Scope->BranchInsertPoint && "BranchInsertPoint must be set"); in splitScopes()
1246 Split->BranchInsertPoint = SplitsInsertPoints[I]; in splitScope()
1380 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions()
1723 << " at " << *Scope->BranchInsertPoint << "\n"); in transformScopes()
1725 SplitBlock(EntryBlock, Scope->BranchInsertPoint, &DT); in transformScopes()