LLVM  8.0.1
Public Member Functions | Static Public Member Functions | List of all members
llvm::AliasSummary Class Reference

Alias summary information. More...

#include "llvm/IR/ModuleSummaryIndex.h"

Inheritance diagram for llvm::AliasSummary:
Inheritance graph
[legend]
Collaboration diagram for llvm::AliasSummary:
Collaboration graph
[legend]

Public Member Functions

 AliasSummary (GVFlags Flags)
 
void setAliasee (GlobalValueSummary *Aliasee)
 
void setAliaseeGUID (GlobalValue::GUID GUID)
 
bool hasAliasee () const
 
const GlobalValueSummarygetAliasee () const
 
GlobalValueSummarygetAliasee ()
 
bool hasAliaseeGUID () const
 
const GlobalValue::GUIDgetAliaseeGUID () const
 
- Public Member Functions inherited from llvm::GlobalValueSummary
virtual ~GlobalValueSummary ()=default
 
GlobalValue::GUID getOriginalName () const
 Returns the hash of the original name, it is identical to the GUID for externally visible symbols, but not for local ones. More...
 
void setOriginalName (GlobalValue::GUID Name)
 Initialize the original name hash in this summary. More...
 
SummaryKind getSummaryKind () const
 Which kind of summary subclass this is. More...
 
void setModulePath (StringRef ModPath)
 Set the path to the module containing this function, for use in the combined index. More...
 
StringRef modulePath () const
 Get the path to the module containing this function. More...
 
GVFlags flags () const
 Get the flags for this GlobalValue (see struct GVFlags). More...
 
GlobalValue::LinkageTypes linkage () const
 Return linkage type recorded for this global value. More...
 
void setLinkage (GlobalValue::LinkageTypes Linkage)
 Sets the linkage to the value determined by global summary-based optimization. More...
 
bool notEligibleToImport () const
 Return true if this global value can't be imported. More...
 
bool isLive () const
 
void setLive (bool Live)
 
void setDSOLocal (bool Local)
 
bool isDSOLocal () const
 
void setNotEligibleToImport ()
 Flag that this global value cannot be imported. More...
 
ArrayRef< ValueInforefs () const
 Return the list of values referenced by this global value definition. More...
 
GlobalValueSummarygetBaseObject ()
 If this is an alias summary, returns the summary of the aliased object (a global variable or function), otherwise returns itself. More...
 
const GlobalValueSummarygetBaseObject () const
 

Static Public Member Functions

static bool classof (const GlobalValueSummary *GVS)
 Check if this is an alias summary. More...
 

Additional Inherited Members

- Public Types inherited from llvm::GlobalValueSummary
enum  SummaryKind : unsigned { AliasKind, FunctionKind, GlobalVarKind }
 Sububclass discriminator (for dyn_cast<> et al.) More...
 
- Protected Member Functions inherited from llvm::GlobalValueSummary
 GlobalValueSummary (SummaryKind K, GVFlags Flags, std::vector< ValueInfo > Refs)
 

Detailed Description

Alias summary information.

Definition at line 383 of file ModuleSummaryIndex.h.

Constructor & Destructor Documentation

◆ AliasSummary()

llvm::AliasSummary::AliasSummary ( GVFlags  Flags)
inline

Definition at line 390 of file ModuleSummaryIndex.h.

Member Function Documentation

◆ classof()

static bool llvm::AliasSummary::classof ( const GlobalValueSummary GVS)
inlinestatic

Check if this is an alias summary.

Definition at line 395 of file ModuleSummaryIndex.h.

References llvm::GlobalValueSummary::getSummaryKind().

◆ getAliasee() [1/2]

const GlobalValueSummary& llvm::AliasSummary::getAliasee ( ) const
inline

Definition at line 404 of file ModuleSummaryIndex.h.

References assert().

Referenced by getSummaryKindName().

◆ getAliasee() [2/2]

GlobalValueSummary& llvm::AliasSummary::getAliasee ( )
inline

Definition at line 409 of file ModuleSummaryIndex.h.

◆ getAliaseeGUID()

const GlobalValue::GUID& llvm::AliasSummary::getAliaseeGUID ( ) const
inline

Definition at line 414 of file ModuleSummaryIndex.h.

References assert().

◆ hasAliasee()

bool llvm::AliasSummary::hasAliasee ( ) const
inline

Definition at line 402 of file ModuleSummaryIndex.h.

Referenced by getSummaryKindName().

◆ hasAliaseeGUID()

bool llvm::AliasSummary::hasAliaseeGUID ( ) const
inline

Definition at line 413 of file ModuleSummaryIndex.h.

◆ setAliasee()

void llvm::AliasSummary::setAliasee ( GlobalValueSummary Aliasee)
inline

Definition at line 399 of file ModuleSummaryIndex.h.

◆ setAliaseeGUID()

void llvm::AliasSummary::setAliaseeGUID ( GlobalValue::GUID  GUID)
inline

Definition at line 400 of file ModuleSummaryIndex.h.


The documentation for this class was generated from the following file: