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 515 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
521 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
665 EmitBranchThroughCleanup(LoopExit);
814 EmitBranchThroughCleanup(LoopExit);
889 EmitBranchThroughCleanup(LoopExit);
934 EmitBranchThroughCleanup(ReturnBlock);
    [all...]
CGObjCRuntime.cpp 269 CGF.EmitBranchThroughCleanup(Cont);
CGException.cpp     [all...]
CGCleanup.cpp     [all...]
CGOpenMPRuntime.cpp     [all...]
CGObjCMac.cpp     [all...]
CGStmtOpenMP.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 688 /// EmitBranchThroughCleanup - Emit a branch from the current insert
691 void EmitBranchThroughCleanup(JumpDest Dest);
    [all...]

Completed in 521 milliseconds