Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DEHScopeStack.h36 struct BranchFixup { struct
261 SmallVector<BranchFixup, 8> BranchFixups;
401 BranchFixup &addBranchFixup() {
403 BranchFixups.push_back(BranchFixup());
408 BranchFixup &getBranchFixup(unsigned I) {
H A DCGCleanup.cpp342 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I); in ResolveAllBranchFixups()
405 BranchFixup &Fixup = EHStack.getBranchFixup(I); in ResolveBranchFixups()
950 BranchFixup &Fixup = EHStack.getBranchFixup(I); in PopCleanupBlock()
1113 BranchFixup &Fixup = EHStack.addBranchFixup(); in EmitBranchThroughCleanup()