Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCleanup.cpp1025 EHScopeStack::stable_iterator TopCleanup = in isObviouslyBranchWithoutCleanups() local
1031 if (TopCleanup == EHStack.stable_end() || in isObviouslyBranchWithoutCleanups()
1032 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
1057 TopCleanup = EHStack.getInnermostActiveNormalCleanup(); in EmitBranchThroughCleanup() local
1062 if (TopCleanup == EHStack.stable_end() || in EmitBranchThroughCleanup()
1063 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
1090 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1095 EHScopeStack::stable_iterator I = TopCleanup; in EmitBranchThroughCleanup()
/external/clang/lib/CodeGen/
DCGCleanup.cpp977 EHScopeStack::stable_iterator TopCleanup = in isObviouslyBranchWithoutCleanups() local
983 if (TopCleanup == EHStack.stable_end() || in isObviouslyBranchWithoutCleanups()
984 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
1009 TopCleanup = EHStack.getInnermostActiveNormalCleanup(); in EmitBranchThroughCleanup() local
1014 if (TopCleanup == EHStack.stable_end() || in EmitBranchThroughCleanup()
1015 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
1042 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1047 EHScopeStack::stable_iterator I = TopCleanup; in EmitBranchThroughCleanup()