Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCleanup.h264 unsigned FixupDepth; variable
293 ActiveFlag(nullptr), ExtInfo(nullptr), FixupDepth(fixupDepth) { in EHCleanupScope()
346 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth()
HDCGCleanup.cpp669 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
670 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
905 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
956 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()