|
LLVM
8.0.1
|
#include "llvm/IR/ModuleSummaryIndex.h"

Classes | |
| union | NameOrGV |
Public Member Functions | |
| GlobalValueSummaryInfo (bool HaveGVs) | |
Public Attributes | |
| union llvm::GlobalValueSummaryInfo::NameOrGV | U |
| GlobalValueSummaryList | SummaryList |
| List of global value summary structures for a particular value held in the GlobalValueMap. More... | |
Definition at line 123 of file ModuleSummaryIndex.h.
|
inline |
Definition at line 146 of file ModuleSummaryIndex.h.
| GlobalValueSummaryList llvm::GlobalValueSummaryInfo::SummaryList |
List of global value summary structures for a particular value held in the GlobalValueMap.
Requires a vector in the case of multiple COMDAT values of the same name.
Definition at line 151 of file ModuleSummaryIndex.h.
| union llvm::GlobalValueSummaryInfo::NameOrGV llvm::GlobalValueSummaryInfo::U |
1.8.13