Searched refs:OMPParallelForDirective (Results 1 – 14 of 14) sorted by relevance
637 OMPParallelForDirective *OMPParallelForDirective::Create( in Create()641 auto *Dir = createDirective<OMPParallelForDirective>( in Create()674 OMPParallelForDirective *675 OMPParallelForDirective::CreateEmpty(const ASTContext &C, unsigned NumClauses, in CreateEmpty()677 return createEmptyDirective<OMPParallelForDirective>( in CreateEmpty()
1031 StmtProfiler::VisitOMPParallelForDirective(const OMPParallelForDirective *S) { in VisitOMPParallelForDirective()
821 void StmtPrinter::VisitOMPParallelForDirective(OMPParallelForDirective *Node) { in VisitOMPParallelForDirective()
2164 class OMPParallelForDirective : public OMPLoopDirective {2177 OMPParallelForDirective(SourceLocation StartLoc, SourceLocation EndLoc, in OMPParallelForDirective() function2187 explicit OMPParallelForDirective(unsigned CollapsedNum) in OMPParallelForDirective() function2215 static OMPParallelForDirective *2228 static OMPParallelForDirective *CreateEmpty(const ASTContext &C,2239 return const_cast<OMPParallelForDirective *>(this) in getTaskReductionRefExpr()
3067 DEF_TRAVERSE_STMT(OMPParallelForDirective,
242 def OMPParallelForDirective : StmtNode<OMPLoopDirective>;
2488 void ASTStmtReader::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()3528 S = OMPParallelForDirective::CreateEmpty(Context, NumClauses, in ReadStmtFromStream()
2500 void ASTStmtWriter::VisitOMPParallelForDirective(OMPParallelForDirective *D) { in VisitOMPParallelForDirective()
253 EmitOMPParallelForDirective(cast<OMPParallelForDirective>(*S)); in EmitStmt()
1332 TaskRedRef = cast<OMPParallelForDirective>(D).getTaskReductionRefExpr(); in EmitOMPReductionClauseInit()4443 const OMPParallelForDirective &S) { in EmitOMPParallelForDirective()
3833 void EmitOMPParallelForDirective(const OMPParallelForDirective &S);
1226 else if (const auto *OPFD = dyn_cast<OMPParallelForDirective>(&D)) in emitParallelOrTeamsOutlinedFunction()
9353 OMPParallelForDirective *D) { in TransformOMPParallelForDirective()
10878 return OMPParallelForDirective::Create( in ActOnOpenMPParallelForDirective()