Searched refs:OMPParallelForDirective (Results 1 – 14 of 14) sorted by relevance
658 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()662 auto *Dir = createDirective<OMPParallelForDirective>( in Create()695 OMPParallelForDirective *696 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()698 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
1063 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
837 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
2147 class OMPParallelForDirective : public OMPLoopDirective {2160 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function2170 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function2198 static OMPParallelForDirective *2211 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,2222 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
3122 DEF_TRAVERSE_STMT(OMPParallelForDirective,
243 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
2511 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()3665 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2529 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
259 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
1370 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4643 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
3871 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
1221 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9776 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
10943 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()