Skip to content

OmpSupport::getReductionOperationType

Return a reduction variable's reduction operation type

Synopsis

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

[[visibility]]
SgOmpClause::omp_reduction_identifier_enum
getReductionOperationType(
    SgInitializedName* init_name,
    SgOmpClauseBodyStatement* clause_stmt);

Return Value

a reduction variable's reduction operation type

Parameters

Name

Description

init_name

This class represents the notion of a declared variable.

Created with MrDocs