Searched refs:EmitBranchThroughCleanup (Results 1 – 9 of 9) sorted by relevance
545 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel())); in EmitGotoStmt()551 EmitBranchThroughCleanup(getJumpDestForLabel(Target)); in EmitIndirectGotoStmt()712 EmitBranchThroughCleanup(LoopExit); in EmitWhileStmt()864 EmitBranchThroughCleanup(LoopExit); in EmitForStmt()942 EmitBranchThroughCleanup(LoopExit); in EmitCXXForRangeStmt()987 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnOfRValue()1062 EmitBranchThroughCleanup(ReturnBlock); in EmitReturnStmt()1084 EmitBranchThroughCleanup(BreakContinueStack.back().BreakBlock); in EmitBreakStmt()1096 EmitBranchThroughCleanup(BreakContinueStack.back().ContinueBlock); in EmitContinueStmt()
268 CGF.EmitBranchThroughCleanup(Cont); in EmitTryCatchStmt()
1277 CGF.EmitBranchThroughCleanup(RethrowDest); in exit()1899 EmitBranchThroughCleanup(*SEHTryEpilogueStack.back()); in EmitSEHLeaveStmt()
150 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in Enter()167 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock); in emitUntiedSwitch()171 CGF.EmitBranchThroughCleanup(CurPoint); in emitUntiedSwitch()2353 CGF.EmitBranchThroughCleanup(CancelDestination); in emitBarrierCall()4699 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancellationPointCall()4737 CGF.EmitBranchThroughCleanup(CancelDest); in emitCancelCall()
997 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { in EmitBranchThroughCleanup() function in CodeGenFunction
4135 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()4226 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()4272 CGF.EmitBranchThroughCleanup(FinallyEnd); in EmitTryOrSynchronizedStmt()4285 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()4306 CGF.EmitBranchThroughCleanup(FinallyRethrow); in EmitTryOrSynchronizedStmt()
1298 EmitBranchThroughCleanup(LoopExit); in EmitOMPInnerLoop()1710 EmitBranchThroughCleanup(LoopExit); in EmitOMPOuterLoop()
2930 EmitBranchThroughCleanup(ReturnBlock); in EmitForwardingCallToLambda()
716 void EmitBranchThroughCleanup(JumpDest Dest);