Searched refs:OMPParallelForDirective (Results 1 – 14 of 14) sorted by relevance
526 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()530 auto *Dir = createDirective<OMPParallelForDirective>( in Create()563 OMPParallelForDirective *564 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()566 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
952 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
717 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
2027 class OMPParallelForDirective : public OMPLoopDirective {2040 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function2050 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function2078 static OMPParallelForDirective *2091 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,2102 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
2880 DEF_TRAVERSE_STMT(OMPParallelForDirective,
235 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
2365 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()3257 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2274 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
236 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
1327 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4110 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
3453 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
1267 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
8629 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
10035 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()