Skip to content

legacy::PRE::partialRedundancyEliminationFunction

Do partial redundancy for all expressions within a given function, whose definition is given in n.

Synopsis

Declared in <src/midend/programTransformation/partialRedundancyElimination/pre.h>

void
partialRedundancyEliminationFunction(SgFunctionDefinition* n);

Parameters

Name

Description

n

This class represents the concept of a scope in C++ (e.g. global scope, fuction scope, etc.).

Created with MrDocs