Home
last modified time | relevance | path

Searched refs:TopCleanup (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGCleanup.cpp894 EHScopeStack::stable_iterator TopCleanup = in isObviouslyBranchWithoutCleanups() local
900 if (TopCleanup == EHStack.stable_end() || in isObviouslyBranchWithoutCleanups()
901 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
926 TopCleanup = EHStack.getInnermostActiveNormalCleanup(); in EmitBranchThroughCleanup() local
931 if (TopCleanup == EHStack.stable_end() || in EmitBranchThroughCleanup()
932 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
959 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
964 EHScopeStack::stable_iterator I = TopCleanup; in EmitBranchThroughCleanup()