Skip to content

VariableRenaming::DefsAndUsesTraversal::addUsesToNode

Mark all the uses as occurring at the specified node.

Synopsis

Declared in <src/midend/programAnalysis/variableRenaming/VariableRenaming.h>

void
addUsesToNode(
    SgNode* node,
    std::vector<SgNode*> uses);

Parameters

Name

Description

node

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

uses

A standard container which offers fixed time access to individual elements in any order.

Created with MrDocs