LLVM: llvm::ValueInfo Struct Reference (original) (raw)
Struct that holds a reference to a particular GUID in a global value summary. More...
#include "[llvm/IR/ModuleSummaryIndex.h](ModuleSummaryIndex%5F8h%5Fsource.html)"
Struct that holds a reference to a particular GUID in a global value summary.
Definition at line 219 of file ModuleSummaryIndex.h.
◆ Flags
| llvm::ValueInfo::ValueInfo ( ) |
default |
◆ ValueInfo() [2/2]
| llvm::ValueInfo::ValueInfo ( bool HaveGVs, const GlobalValueSummaryMapTy::value_type * R ) |
inline |
◆ canAutoHide()
| bool ValueInfo::canAutoHide |
( |
) |
const |
◆ getAccessSpecifier()
| unsigned llvm::ValueInfo::getAccessSpecifier ( ) const |
inline |
◆ getELFVisibility()
◆ getGUID()
◆ getRef()
| const GlobalValueSummaryMapTy::value_type * llvm::ValueInfo::getRef ( ) const |
inline |
◆ getSummaryList()
◆ getValue()
◆ hasLocal()
| bool llvm::ValueInfo::hasLocal ( ) const |
inline |
◆ hasName()
| bool llvm::ValueInfo::hasName ( ) const |
inline |
◆ haveGVs()
| bool llvm::ValueInfo::haveGVs ( ) const |
inline |
◆ isDSOLocal()
| bool ValueInfo::isDSOLocal |
( |
bool |
WithDSOLocalPropagation = false |
) |
const |
◆ isReadOnly()
| bool llvm::ValueInfo::isReadOnly ( ) const |
inline |
◆ isValidAccessSpecifier()
| bool llvm::ValueInfo::isValidAccessSpecifier ( ) const |
inline |
◆ isWriteOnly()
| bool llvm::ValueInfo::isWriteOnly ( ) const |
inline |
◆ name()
| StringRef llvm::ValueInfo::name ( ) const |
inline |
◆ operator bool()
| llvm::ValueInfo::operator bool ( ) const |
inlineexplicit |
◆ setReadOnly()
| void llvm::ValueInfo::setReadOnly ( ) |
inline |
◆ setWriteOnly()
| void llvm::ValueInfo::setWriteOnly ( ) |
inline |
◆ verifyLocal()
| void llvm::ValueInfo::verifyLocal ( ) const |
inline |
◆ RefAndFlags
PointerIntPair<const GlobalValueSummaryMapTy::value_type *, 3, int> llvm::ValueInfo::RefAndFlags
The documentation for this struct was generated from the following files: