Searched refs:SchedClause (Results 1 – 1 of 1) sorted by relevance
3949 if (auto *SchedClause = S.getSingleClause<OMPScheduleClause>()) { in EmitOMPForDirective() local3951 convertClauseKindToSchedKind(SchedClause->getScheduleKind()); in EmitOMPForDirective()3952 if (const Expr *ChunkSizeExpr = SchedClause->getChunkSize()) in EmitOMPForDirective()