reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1275 CGF.CGM.getOpenMPRuntime().emitParallelOutlinedFunction( 1278 CodeGenFunction::RunCleanupsScope NumThreadsScope(CGF); 1280 CGF.EmitScalarExpr(NumThreadsClause->getNumThreads(), 1282 CGF.CGM.getOpenMPRuntime().emitNumThreadsClause( 1283 CGF, NumThreads, NumThreadsClause->getBeginLoc()); 1286 CodeGenFunction::RunCleanupsScope ProcBindScope(CGF); 1287 CGF.CGM.getOpenMPRuntime().emitProcBindClause( 1288 CGF, ProcBindClause->getProcBindKind(), ProcBindClause->getBeginLoc()); 1299 OMPParallelScope Scope(CGF, S); 1305 CodeGenBoundParameters(CGF, S, CapturedVars); 1306 CGF.GenerateOpenMPCapturedVars(*CS, CapturedVars); 1307 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn, 1307 CGF.CGM.getOpenMPRuntime().emitParallelCall(CGF, S.getBeginLoc(), OutlinedFn,