LLVM  8.0.1
Public Member Functions | List of all members
llvm::CFLSteensAAResult::FunctionInfo Class Reference

Information we have about a function and would like to keep around. More...

Public Member Functions

 FunctionInfo (Function &Fn, const SmallVectorImpl< Value *> &RetVals, StratifiedSets< InstantiatedValue > S)
 
const StratifiedSets< InstantiatedValue > & getStratifiedSets () const
 
const AliasSummarygetAliasSummary () const
 

Detailed Description

Information we have about a function and would like to keep around.

Definition at line 71 of file CFLSteensAliasAnalysis.cpp.

Constructor & Destructor Documentation

◆ FunctionInfo()

llvm::CFLSteensAAResult::FunctionInfo::FunctionInfo ( Function Fn,
const SmallVectorImpl< Value *> &  RetVals,
StratifiedSets< InstantiatedValue S 
)

Member Function Documentation

◆ getAliasSummary()

const AliasSummary& llvm::CFLSteensAAResult::FunctionInfo::getAliasSummary ( ) const
inline

Definition at line 83 of file CFLSteensAliasAnalysis.cpp.

References llvm::max().

◆ getStratifiedSets()

const StratifiedSets<InstantiatedValue>& llvm::CFLSteensAAResult::FunctionInfo::getStratifiedSets ( ) const
inline

Definition at line 79 of file CFLSteensAliasAnalysis.cpp.


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