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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp552 unsigned FixupDepth = Scope.getFixupDepth(); local
553 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
769 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
820 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();

Completed in 55 milliseconds