Searched refs:emitForFinish (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 438 virtual void emitForFinish(CodeGenFunction &CGF, SourceLocation Loc,
|
D | CGStmtOpenMP.cpp | 966 RT.emitForFinish(*this, S.getLocStart(), ScheduleKind); in EmitOMPForOuterLoop() 1063 RT.emitForFinish(*this, S.getLocStart(), ScheduleKind); in EmitOMPWorksharingLoop() 1182 CGF.CGM.getOpenMPRuntime().emitForFinish(CGF, S.getLocStart(), in emitSections()
|
D | CGOpenMPRuntime.cpp | 1381 void CGOpenMPRuntime::emitForFinish(CodeGenFunction &CGF, SourceLocation Loc, in emitForFinish() function in CGOpenMPRuntime
|