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

/external/clang/lib/CodeGen/
H A DCGCleanup.h93 unsigned FixupDepth : 32 - 18 - NumCommonBits; // currently 12
300 CleanupBits.FixupDepth = fixupDepth;
346 unsigned getFixupDepth() const { return CleanupBits.FixupDepth; }
H A DCGCleanup.cpp611 unsigned FixupDepth = Scope.getFixupDepth(); local
612 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
834 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
885 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();

Completed in 38 milliseconds