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()
977 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
797 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
2094 class OMPParallelForDirective : public OMPLoopDirective {2107 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function2117 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function2145 static OMPParallelForDirective *2158 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,2169 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
2988 DEF_TRAVERSE_STMT(OMPParallelForDirective,
237 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
2363 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()3316 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2285 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
240 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
3516 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
1311 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4340 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
1246 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
2152 void VisitOMPParallelForDirective(const OMPParallelForDirective *D);3070 const OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
8744 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
10824 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()