Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getNumBranchFixups

283   for (unsigned I = 0, E = CGF.EHStack.getNumBranchFixups(); I != E; ++I) {
337 if (!EHStack.getNumBranchFixups()) return;
345 for (unsigned I = 0, E = EHStack.getNumBranchFixups(); I != E; ++I) {
539 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups());
559 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
621 assert(EHStack.getNumBranchFixups() == 0 ||
775 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
826 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
832 assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0);