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

  /external/clang/lib/CodeGen/
CGStmt.cpp 487 EmitBranchThroughCleanup(getJumpDestForLabel(S.getLabel()));
493 EmitBranchThroughCleanup(getJumpDestForLabel(Target));
733 EmitBranchThroughCleanup(LoopExit);
892 EmitBranchThroughCleanup(LoopExit);
    [all...]
CGObjCRuntime.cpp 285 CGF.EmitBranchThroughCleanup(Cont);
CGException.cpp     [all...]
CGStmtOpenMP.cpp 600 EmitBranchThroughCleanup(LoopExit);
    [all...]
CGCleanup.cpp     [all...]
CGObjCMac.cpp     [all...]
CGClass.cpp     [all...]
CodeGenFunction.h 634 /// EmitBranchThroughCleanup - Emit a branch from the current insert
637 void EmitBranchThroughCleanup(JumpDest Dest);
    [all...]

Completed in 356 milliseconds