Lines Matching refs:EHCleanupScope

144     EHCleanupScope *cleanup = dyn_cast<EHCleanupScope>(&*it);  in containsOnlyLifetimeMarkers()
155 if (auto *cleanup = dyn_cast<EHCleanupScope>(&*find(si))) in requiresLandingPad()
170 EHCleanupScope &cleanup = cast<EHCleanupScope>(*find(si)); in getInnermostActiveNormalCleanup()
179 char *Buffer = allocate(EHCleanupScope::getSizeForCleanupSize(Size)); in pushCleanup()
183 EHCleanupScope *Scope = in pushCleanup()
184 new (Buffer) EHCleanupScope(IsNormalCleanup, in pushCleanup()
208 assert(isa<EHCleanupScope>(*begin())); in popCleanup()
209 EHCleanupScope &Cleanup = cast<EHCleanupScope>(*begin()); in popCleanup()
272 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
297 EHCleanupScope &cleanup = cast<EHCleanupScope>(*EHStack.begin()); in initFullExprCleanupWithFlag()
427 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlocks()
509 EHCleanupScope &Scope) { in CreateNormalEntry()
608 EHCleanupScope &scope) { in destroyOptimisticNormalEntry()
649 assert(isa<EHCleanupScope>(*EHStack.begin()) && "top not a cleanup!"); in PopCleanupBlock()
650 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.begin()); in PopCleanupBlock()
713 prebranchDest = CreateNormalEntry(*this, cast<EHCleanupScope>(enclosing)); in PopCleanupBlock()
851 BranchThroughDest = CreateNormalEntry(*this, cast<EHCleanupScope>(S)); in PopCleanupBlock()
1119 EHCleanupScope &Scope = in EmitBranchThroughCleanup()
1120 cast<EHCleanupScope>(*EHStack.find(TopCleanup)); in EmitBranchThroughCleanup()
1129 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(I)); in EmitBranchThroughCleanup()
1154 if (cast<EHCleanupScope>(*EHStack.find(C)).getNormalBlock()) in IsUsedAsNormalCleanup()
1162 EHCleanupScope &S = cast<EHCleanupScope>(*EHStack.find(I)); in IsUsedAsNormalCleanup()
1205 EHCleanupScope &Scope = cast<EHCleanupScope>(*CGF.EHStack.find(C)); in SetupCleanupBlockActivation()
1262 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in ActivateCleanupBlock()
1274 EHCleanupScope &Scope = cast<EHCleanupScope>(*EHStack.find(C)); in DeactivateCleanupBlock()