Searched refs:TopCleanup (Results 1 – 1 of 1) sorted by relevance
1076 EHScopeStack::stable_iterator TopCleanup = in isObviouslyBranchWithoutCleanups() local1082 if (TopCleanup == EHStack.stable_end() || in isObviouslyBranchWithoutCleanups()1083 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()1108 TopCleanup = EHStack.getInnermostActiveNormalCleanup(); in EmitBranchThroughCleanup() local1113 if (TopCleanup == EHStack.stable_end() || in EmitBranchThroughCleanup()1114 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()1141 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()1146 EHScopeStack::stable_iterator I = TopCleanup; in EmitBranchThroughCleanup()