Lines Matching refs:EHCleanupScope
147 EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*it); in containsOnlyLifetimeMarkers()
158 if (auto *cleanup = dyn_cast<EHCleanupScope>(&*find(si))) in requiresLandingPad()
173 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); in getInnermostActiveNormalCleanup()
182 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size)); in pushCleanup()
195 EHCleanupScope *Scope = in pushCleanup()
196 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
220 assert(isa<EHCleanupScope>(*begin())); in popCleanup()
221 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup()
284 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
309 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); in initFullExprCleanupWithFlag()
439 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks()
521 EHCleanupScope &Scope) { in CreateNormalEntry()
620 EHCleanupScope &scope) { in destroyOptimisticNormalEntry()
661 assert(isa<EHCleanupScope>(*EHStack.begin()) && "top not a cleanup!"); in PopCleanupBlock()
662 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock()
725 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
863 BranchThroughDest = CreateNormalEntry(*this, cast<EHCleanupScope>(S)); in PopCleanupBlock()
1131 EHCleanupScope &Scope = in EmitBranchThroughCleanup()
1132 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1141 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup()
1166 if (cast<EHCleanupScope>(*EHStack.find(C)).getNormalBlock()) in IsUsedAsNormalCleanup()
1174 EHCleanupScope &S = cast<EHCleanupScope>(*EHStack.find(I)); in IsUsedAsNormalCleanup()
1217 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation()
1274 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock()
1286 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock()