HomeSort by relevance Sort by last modified time
    Searched refs:EmitBranchThroughCleanup (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CGStmt.cpp 545 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
551 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
712 EmitBranchThroughCleanup(LoopExit);
864 EmitBranchThroughCleanup(LoopExit);
    [all...]
CGObjCRuntime.cpp 268 CGF.EmitBranchThroughCleanup(Cont);
CGException.cpp     [all...]
CGOpenMPRuntime.cpp 150 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock);
167 CGF.EmitBranchThroughCleanup(CGF.ReturnBlock);
171 CGF.EmitBranchThroughCleanup(CurPoint);
    [all...]
CGCleanup.cpp     [all...]
CGObjCMac.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 713 /// EmitBranchThroughCleanup - Emit a branch from the current insert
716 void EmitBranchThroughCleanup(JumpDest Dest);
    [all...]

Completed in 769 milliseconds