Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp745 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); in EmitGotoStmt()
751 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); in EmitIndirectGotoStmt()
942 EmitBranchThroughCleanup(LoopExit); in EmitWhileStmt()
1123 EmitBranchThroughCleanup(LoopExit); in EmitForStmt()
1207 EmitBranchThroughCleanup(LoopExit); in EmitCXXForRangeStmt()
1254 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnOfRValue()
1396 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnStmt()
1418 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()
1430 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()
H A DCGCoroutine.cpp261 CGF.EmitBranchThroughCleanup(Coro.CleanupJD); in emitSuspendExpression()
326 EmitBranchThroughCleanup(CurCoro.Data->FinalJD); in EmitCoreturnStmt()
H A DCGObjCRuntime.cpp273 CGF.EmitBranchThroughCleanup(Cont); in EmitTryCatchStmt()
H A DCGClass.cpp1601 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in EmitConditionalDtorDeleteCall()
1861 EmitBranchThroughCleanup(ReturnBlock); in EnterDtorCleanups()
2957 EmitBranchThroughCleanup(ReturnBlock); in EmitForwardingCallToLambda()
H A DCodeGenFunction.h1175 void EmitBranchThroughCleanup(JumpDest Dest);
1506 CGF.EmitBranchThroughCleanup(Stack.back().ContBlock);
1508 CGF.EmitBranchThroughCleanup(Stack.back().ContBlock);
1851 CGF.EmitBranchThroughCleanup(Dest);
H A DCGException.cpp1523 CGF.EmitBranchThroughCleanup(RethrowDest); in exit()
2293 EmitBranchThroughCleanup(*SEHTryEpilogueStack.back()); in EmitSEHLeaveStmt()
H A DCGObjCMac.cpp4078 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in GenerateDirectMethodPrologue()
4662 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
4751 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()
4797 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()
4810 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
4831 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
H A DCGCleanup.cpp1098 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { in EmitBranchThroughCleanup() function in CodeGenFunction
H A DCGOpenMPRuntime.cpp172 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in Enter()
193 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()
1194 CGF.EmitBranchThroughCleanup(Dest); in PushAndPopStackRAII()
2381 CGF.EmitBranchThroughCleanup(CancelDestination); in emitBarrierCall()
3540 CGF.EmitBranchThroughCleanup(ContDests[I - 1]); in ~OMPIteratorGeneratorScope()
5733 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()
5772 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()
H A DCGObjCGNU.cpp2084 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in GenerateDirectMethodPrologue()
H A DCGStmtOpenMP.cpp2118 EmitBranchThroughCleanup(LoopExit); in EmitOMPInnerLoop()
2853 EmitBranchThroughCleanup(LoopExit); in EmitOMPOuterLoop()