Searched refs:getScopeDepth (Results 1 – 3 of 3) sorted by relevance
890 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in isObviouslyBranchWithoutCleanups()901 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()915 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in EmitBranchThroughCleanup()932 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()939 if (!Dest.getScopeDepth().isValid()) { in EmitBranchThroughCleanup()965 EHScopeStack::stable_iterator E = Dest.getScopeDepth(); in EmitBranchThroughCleanup()
356 assert(!Dest.getScopeDepth().isValid() && "already emitted label!"); in EmitLabel()376 assert(dest.getScopeDepth().isValid()); in rescopeLabels()377 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
113 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; } in getScopeDepth() function