Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DEHScopeStack.h36 struct BranchFixup { struct
267 SmallVector<BranchFixup, 8> BranchFixups;
410 BranchFixup &addBranchFixup() {
412 BranchFixups.push_back(BranchFixup());
417 BranchFixup &getBranchFixup(unsigned I) {
H A DCGCleanup.cpp320 BranchFixup &Fixup = CGF.EHStack.getBranchFixup(I); in ResolveAllBranchFixups()
383 BranchFixup &Fixup = EHStack.getBranchFixup(I); in ResolveBranchFixups()
956 BranchFixup &Fixup = EHStack.getBranchFixup(I); in PopCleanupBlock()
1122 BranchFixup &Fixup = EHStack.addBranchFixup(); in EmitBranchThroughCleanup()