Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp684 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
685 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
948 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
999 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()