Searched refs:OMPParallelForDirective (Results 1 – 15 of 15) sorted by relevance
488 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()492 auto *Dir = createDirective<OMPParallelForDirective>( in Create()525 OMPParallelForDirective *526 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()528 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
941 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
711 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
1994 class OMPParallelForDirective : public OMPLoopDirective {2007 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function2017 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function2045 static OMPParallelForDirective *2058 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,2069 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
2851 DEF_TRAVERSE_STMT(OMPParallelForDirective,
233 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
2351 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()3232 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2258 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
233 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
1319 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4084 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
3452 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
1263 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
2055 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);2929 const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
8595 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
10001 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()