Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h265 unsigned FixupDepth; variable
294 ActiveFlag(nullptr), ExtInfo(nullptr), FixupDepth(fixupDepth) { in EHCleanupScope()
347 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth()
DCGCleanup.cpp628 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
629 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
863 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
914 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.h264 unsigned FixupDepth; variable
293 ActiveFlag(nullptr), ExtInfo(nullptr), FixupDepth(fixupDepth) { in EHCleanupScope()
346 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth()
DCGCleanup.cpp667 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
668 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
906 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
957 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()