Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h338 virtual void emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc,
DCGStmtOpenMP.cpp495 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getLocStart(), OutlinedFn, in emitOMPParallelCall()
DCGOpenMPRuntime.cpp937 void CGOpenMPRuntime::emitParallelCall(CodeGenFunction &CGF, SourceLocation Loc, in emitParallelCall() function in CGOpenMPRuntime