Home
last modified time | relevance | path

Searched refs:emitForFinish (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h438 virtual void emitForFinish(CodeGenFunction &CGF, SourceLocation Loc,
DCGStmtOpenMP.cpp966 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()
DCGOpenMPRuntime.cpp1381 void CGOpenMPRuntime::emitForFinish(CodeGenFunction &CGF, SourceLocation Loc, in emitForFinish() function in CGOpenMPRuntime