Home
last modified time | relevance | path

Searched refs:SchedClause (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp3949 if (auto *SchedClause = S.getSingleClause<OMPScheduleClause>()) { in EmitOMPForDirective() local
3951 convertClauseKindToSchedKind(SchedClause->getScheduleKind()); in EmitOMPForDirective()
3952 if (const Expr *ChunkSizeExpr = SchedClause->getChunkSize()) in EmitOMPForDirective()