Skip to content

OmpSupport::generateGOMPLoopStartFuncName

Generate GOMP loop schedule start function's name

Synopsis

Declared in <src/midend/programTransformation/ompLowering/omp_lowering.h>

[[visibility]]
std::string
generateGOMPLoopStartFuncName(
    bool isOrdered,
    SgOmpClause::omp_schedule_kind_enum s_kind);

Created with MrDocs