Skip to content

OmpSupport::collectClauseVariables

Collect variables from given types of OpenMP clauses associated with an omp statement: private, reduction, etc

Synopsis

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

[[visibility]]
SgInitializedNamePtrList
collectClauseVariables(
    SgStatement* clause_stmt,
    VariantVector const& vvt);

Parameters

Name

Description

clause_stmt

This class represents the notion of a statement.

Created with MrDocs