HomeSort by: relevance | last modified time | path
    Searched refs:getNumBranchFixups (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
EHScopeStack.h 407 unsigned getNumBranchFixups() const { return BranchFixups.size(); }
409 assert(I < getNumBranchFixups());
CGCleanup.cpp 328 for (unsigned I = 0, E = CGF.EHStack.getNumBranchFixups(); I != E; ++I) {
383 if (!EHStack.getNumBranchFixups()) return;
391 for (unsigned I = 0, E = EHStack.getNumBranchFixups(); I != E; ++I) {
651 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups());
673 bool HasFixups = EHStack.getNumBranchFixups() != FixupDepth;
735 assert(EHStack.getNumBranchFixups() == 0 ||
936 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
987 for (unsigned I = FixupDepth, E = EHStack.getNumBranchFixups();
993 assert(EHStack.hasNormalCleanups() || EHStack.getNumBranchFixups() == 0);

Completed in 16 milliseconds