AliasInfoGenerator
Helper class to hold Alias Information
Synopsis
Declared in <src/midend/programAnalysis/VirtualFunctionAnalysis/IntraProcAliasAnalysis.h>
class AliasInfoGenerator;
Member Functions
Name |
Description |
|
Default constructor |
Adds a new alias relation for a CFG Node |
|
Adds a return statement. Return Statements are handled separately from others because of backward propagation |
|
Get alias relations for a CFG Node |
|
Get Entry Data For a CFG Node |
|
Get Exit Data For a CFG Node |
|
Get all the return statements |
|
Initialize |
|
Set Entry Data For a CFG Node |
|
Set Exit Data For a CFG Node |
Private Data Members
Name |
Description |
All the AliasRelations for every CFG Node |
|
IN of every CFG Node |
|
OUT of every CFG Node |
|
All the Return Stmts |
Created with MrDocs