Searched refs:EmitBranchThroughCleanup (Results 1 – 9 of 9) sorted by relevance
515 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); in EmitGotoStmt()521 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); in EmitIndirectGotoStmt()665 EmitBranchThroughCleanup(LoopExit); in EmitWhileStmt()814 EmitBranchThroughCleanup(LoopExit); in EmitForStmt()889 EmitBranchThroughCleanup(LoopExit); in EmitCXXForRangeStmt()934 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnOfRValue()1009 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnStmt()1031 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()1043 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()
269 CGF.EmitBranchThroughCleanup(Cont); in EmitTryCatchStmt()
1275 CGF.EmitBranchThroughCleanup(RethrowDest); in exit()1905 EmitBranchThroughCleanup(*SEHTryEpilogueStack.back()); in EmitSEHLeaveStmt()
968 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { in EmitBranchThroughCleanup() function in CodeGenFunction
1712 CGF.EmitBranchThroughCleanup(CancelDestination); in emitBarrierCall()3191 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()3230 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()
4068 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()4159 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()4205 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()4218 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()4239 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
952 EmitBranchThroughCleanup(LoopExit); in EmitOMPInnerLoop()1366 EmitBranchThroughCleanup(LoopExit); in EmitOMPForOuterLoop()
2718 EmitBranchThroughCleanup(ReturnBlock); in EmitForwardingCallToLambda()
691 void EmitBranchThroughCleanup(JumpDest Dest);