Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.h265 unsigned FixupDepth; variable
294 ActiveFlag(nullptr), ExtInfo(nullptr), FixupDepth(fixupDepth) { in EHCleanupScope()
347 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth()
H A DCGCleanup.cpp676 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
677 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
911 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
962 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()