Lines Matching refs:OMPExecutableDirective
115 bool CodeGenFunction::EmitOMPFirstprivateClause(const OMPExecutableDirective &D, in EmitOMPFirstprivateClause()
189 const OMPExecutableDirective &D, in EmitOMPPrivateClause()
214 bool CodeGenFunction::EmitOMPCopyinClause(const OMPExecutableDirective &D) { in EmitOMPCopyinClause()
279 const OMPExecutableDirective &D, OMPPrivateScope &PrivateScope) { in EmitOMPLastprivateClauseInit()
324 const OMPExecutableDirective &D, llvm::Value *IsLastIterCond) { in EmitOMPLastprivateClauseFinal()
406 const OMPExecutableDirective &D, in EmitOMPReductionClauseInit()
440 const OMPExecutableDirective &D) { in EmitOMPReductionClauseFinal()
465 const OMPExecutableDirective &S, in emitCommonOMPParallelDirective()
650 const OMPExecutableDirective &D) { in emitAlignedClause()
712 emitPrivateLinearVars(CodeGenFunction &CGF, const OMPExecutableDirective &D, in emitPrivateLinearVars()
732 const OMPExecutableDirective &D) { in emitSafelenClause()
1216 CodeGenFunction::EmitSections(const OMPExecutableDirective &S) { in EmitSections()