Searched refs:EmitBranchThroughCleanup (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGStmt.cpp404 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
410 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
543 EmitBranchThroughCleanup(LoopExit);
664 EmitBranchThroughCleanup(LoopExit);
744 EmitBranchThroughCleanup(LoopExit);
789 EmitBranchThroughCleanup(ReturnBlock);
860 EmitBranchThroughCleanup(ReturnBlock);
884 EmitBranchThroughCleanup(Block);
897 EmitBranchThroughCleanup(Block);
H A DCGObjCRuntime.cpp285 CGF.EmitBranchThroughCleanup(Cont);
H A DCGCleanup.cpp914 void CodeGenFunction::EmitBranchThroughCleanup(JumpDest Dest) { function in class:CodeGenFunction
H A DCGObjCMac.cpp3914 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4004 CGF.EmitBranchThroughCleanup(FinallyEnd);
4050 CGF.EmitBranchThroughCleanup(FinallyEnd);
4063 CGF.EmitBranchThroughCleanup(FinallyRethrow);
4084 CGF.EmitBranchThroughCleanup(FinallyRethrow);
H A DCGException.cpp1508 CGF.EmitBranchThroughCleanup(RethrowDest);
H A DCGClass.cpp2149 EmitBranchThroughCleanup(ReturnBlock);
H A DCodeGenFunction.h578 /// EmitBranchThroughCleanup - Emit a branch from the current insert
581 void EmitBranchThroughCleanup(JumpDest Dest);

Completed in 144 milliseconds