Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp736 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); in EmitGotoStmt()
742 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); in EmitIndirectGotoStmt()
912 EmitBranchThroughCleanup(LoopExit); in EmitWhileStmt()
1093 EmitBranchThroughCleanup(LoopExit); in EmitForStmt()
1177 EmitBranchThroughCleanup(LoopExit); in EmitCXXForRangeStmt()
1224 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnOfRValue()
1367 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnStmt()
1389 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()
1401 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()
H A DCGCoroutine.cpp224 CGF.EmitBranchThroughCleanup(Coro.CleanupJD); in emitSuspendExpression()
285 EmitBranchThroughCleanup(CurCoro.Data->FinalJD); in EmitCoreturnStmt()
H A DCGObjCRuntime.cpp273 CGF.EmitBranchThroughCleanup(Cont); in EmitTryCatchStmt()
H A DCGClass.cpp1606 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in EmitConditionalDtorDeleteCall()
1829 EmitBranchThroughCleanup(ReturnBlock); in EnterDtorCleanups()
2933 EmitBranchThroughCleanup(ReturnBlock); in EmitForwardingCallToLambda()
H A DCodeGenFunction.h1166 void EmitBranchThroughCleanup(JumpDest Dest);
1497 CGF.EmitBranchThroughCleanup(Stack.back().ContBlock);
1499 CGF.EmitBranchThroughCleanup(Stack.back().ContBlock);
1792 CGF.EmitBranchThroughCleanup(Dest);
H A DCGException.cpp1501 CGF.EmitBranchThroughCleanup(RethrowDest); in exit()
2284 EmitBranchThroughCleanup(*SEHTryEpilogueStack.back()); in EmitSEHLeaveStmt()
H A DCGObjCMac.cpp4095 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in GenerateDirectMethodPrologue()
4680 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
4769 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()
4815 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()
4828 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
4849 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
H A DCGCleanup.cpp1087 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { in EmitBranchThroughCleanup() function in CodeGenFunction
H A DCGOpenMPRuntime.cpp170 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in Enter()
191 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
1216 CGF.EmitBranchThroughCleanup(Dest); in PushAndPopStackRAII()
2575 CGF.EmitBranchThroughCleanup(CancelDestination); in emitBarrierCall()
4057 CGF.EmitBranchThroughCleanup(ContDests[I - 1]); in ~OMPIteratorGeneratorScope()
6252 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()
6291 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()
H A DCGStmtOpenMP.cpp2110 EmitBranchThroughCleanup(LoopExit); in EmitOMPInnerLoop()
2795 EmitBranchThroughCleanup(LoopExit); in EmitOMPOuterLoop()