Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h324 unsigned FixupDepth;
354 FixupDepth(fixupDepth) {
418 unsigned getFixupDepth() const { return FixupDepth; }
H A DCGCleanup.cpp684 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
685 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
969 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
1021 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()