Skip to content

renameLabels

Rename all labels in a block of code.

Synopsis

Declared in <src/midend/programTransformation/astInlining/inlinerSupport.h>

[[visibility]]
void
renameLabels(
    SgNode* n,
    SgFunctionDefinition* enclosingFunctionDefinition);

Parameters

Name

Description

n

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

enclosingFunctionDefinition

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

Created with MrDocs