Skip to content

ConstantFolding::constantFoldingOptimization

This is the external interface of constant folding:

Synopsis

Declared in <src/midend/programTransformation/constantFolding/constantFolding.h>

[[visibility]]
void
constantFoldingOptimization(
    SgNode* n,
    bool internalTestingAgainstFrontend = false);

Parameters

Name

Description

n

This class represents the base class for all IR nodes within Sage III.

Created with MrDocs