Searched refs:OMPParallelForDirective (Results 1 – 15 of 15) sorted by relevance
580 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()584 auto *Dir = createDirective<OMPParallelForDirective>( in Create()617 OMPParallelForDirective *618 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()620 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
992 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
798 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
2095 class OMPParallelForDirective : public OMPLoopDirective {2108 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function2118 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function2146 static OMPParallelForDirective *2159 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,2170 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
2986 DEF_TRAVERSE_STMT(OMPParallelForDirective,
238 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
2403 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()3363 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2319 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
241 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
3518 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
1313 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4398 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
1242 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
2159 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);3092 const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
8854 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
10907 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()