Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGCleanup.cpp1067 EHScopeStack::stable_iterator TopCleanup = in isObviouslyBranchWithoutCleanups() local
1073 if (TopCleanup == EHStack.stable_end() || in isObviouslyBranchWithoutCleanups()
1074 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
1099 TopCleanup = EHStack.getInnermostActiveNormalCleanup(); in EmitBranchThroughCleanup() local
1104 if (TopCleanup == EHStack.stable_end() || in EmitBranchThroughCleanup()
1105 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
1132 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1137 EHScopeStack::stable_iterator I = TopCleanup; in EmitBranchThroughCleanup()