Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h263 unsigned FixupDepth; variable
293 FixupDepth(fixupDepth) { in EHCleanupScope()
346 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth()
H A DCGCleanup.cpp689 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
690 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
958 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
1009 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()