Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCleanup.cpp1055 EHScopeStack::stable_iterator TopCleanup = in isObviouslyBranchWithoutCleanups() local
1061 if (TopCleanup == EHStack.stable_end() || in isObviouslyBranchWithoutCleanups()
1062 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
1087 TopCleanup = EHStack.getInnermostActiveNormalCleanup(); in EmitBranchThroughCleanup() local
1092 if (TopCleanup == EHStack.stable_end() || in EmitBranchThroughCleanup()
1093 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
1120 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1125 EHScopeStack::stable_iterator I = TopCleanup; in EmitBranchThroughCleanup()