Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCleanup.h78 unsigned FixupDepth : 32 - 17 - NumCommonBits; // currently 13 variable
269 CleanupBits.FixupDepth = fixupDepth; in EHCleanupScope()
306 unsigned getFixupDepth() const { return CleanupBits.FixupDepth; } in getFixupDepth()
DCGCleanup.cpp585 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock() local
586 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth; in PopCleanupBlock()
802 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()
853 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups(); in PopCleanupBlock()