Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h425 virtual void emitForInit(CodeGenFunction &CGF, SourceLocation Loc,
DCGStmtOpenMP.cpp895 RT.emitForInit( in EmitOMPForOuterLoop()
1048 RT.emitForInit(*this, S.getLocStart(), ScheduleKind, IVSize, IVSigned, in EmitOMPWorksharingLoop()
1168 CGF.CGM.getOpenMPRuntime().emitForInit( in emitSections()
DCGOpenMPRuntime.cpp1328 void CGOpenMPRuntime::emitForInit(CodeGenFunction &CGF, SourceLocation Loc, in emitForInit() function in CGOpenMPRuntime