Skip to content

numCallersAttribute

* numCallersAnnotator * Annotates every function's SgFunctionDefinition * node with a numCallersAttribute that contains the * number of functions that call the given function. ****

Synopsis

Declared in <src/midend/programAnalysis/genericDataflow/cfgUtils/CallGraphTraverse.h>

class numCallersAttribute
    : public AstAttribute

Base Classes

Name

Description

AstAttribute

Base class for all IR node attribute values.

Member Functions

Name

Description

numCallersAttribute [constructor]

Constructors

getNumCallers

Private Data Members

Name

numCallers

Created with MrDocs