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

/external/clang/lib/CodeGen/
H A DEHScopeStack.h401 unsigned getNumBranchFixups() const { return BranchFixups.size(); } function in class:clang::CodeGen::EHScopeStack
403 assert(I < getNumBranchFixups());
H A DCGCleanup.cpp312 for (unsigned I = 0, E = CGF.EHStack.getNumBranchFixups(); I != E; ++I) {
367 if (!EHStack.getNumBranchFixups()) return;
375 for (unsigned I = 0, E = EHStack.getNumBranchFixups(); I != E; ++I) {
590 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups());
612 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
674 assert(EHStack.getNumBranchFixups() == 0 ||
834 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
885 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
891 assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0);

Completed in 107 milliseconds