Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp139 CHRScope(RegInfo RI) : BranchInsertPoint(nullptr) { in CHRScope()
254 Instruction *BranchInsertPoint; member in __anonfd3f65480111::CHRScope
276 Subs(SubsIn.begin(), SubsIn.end()), BranchInsertPoint(nullptr) {} in CHRScope()
1109 assert(!Scope->BranchInsertPoint && in splitScopes()
1117 assert(Scope->BranchInsertPoint && "BranchInsertPoint must be set"); in splitScopes()
1238 Split->BranchInsertPoint = SplitsInsertPoints[I]; in splitScope()
1372 Instruction *InsertPoint = OutermostScope->BranchInsertPoint; in setCHRRegions()
1694 << " at " << *Scope->BranchInsertPoint << "\n"); in transformScopes()
1696 SplitBlock(EntryBlock, Scope->BranchInsertPoint, &DT); in transformScopes()