LLVM
8.0.1
|
This is the complete list of members for llvm::InstrProfRecord, including all inherited members.
addValueData(uint32_t ValueKind, uint32_t Site, InstrProfValueData *VData, uint32_t N, InstrProfSymtab *SymTab) | llvm::InstrProfRecord | |
Clear() | llvm::InstrProfRecord | inline |
clearValueData() | llvm::InstrProfRecord | inline |
Counts | llvm::InstrProfRecord | |
getNumValueData(uint32_t ValueKind) const | llvm::InstrProfRecord | inline |
getNumValueDataForSite(uint32_t ValueKind, uint32_t Site) const | llvm::InstrProfRecord | inline |
getNumValueKinds() const | llvm::InstrProfRecord | inline |
getNumValueSites(uint32_t ValueKind) const | llvm::InstrProfRecord | inline |
getValueForSite(uint32_t ValueKind, uint32_t Site, uint64_t *TotalC=nullptr) const | llvm::InstrProfRecord | inline |
getValueForSite(InstrProfValueData Dest[], uint32_t ValueKind, uint32_t Site) const | llvm::InstrProfRecord | inline |
InstrProfRecord()=default | llvm::InstrProfRecord | |
InstrProfRecord(std::vector< uint64_t > Counts) | llvm::InstrProfRecord | inline |
InstrProfRecord(InstrProfRecord &&)=default | llvm::InstrProfRecord | |
InstrProfRecord(const InstrProfRecord &RHS) | llvm::InstrProfRecord | inline |
merge(InstrProfRecord &Other, uint64_t Weight, function_ref< void(instrprof_error)> Warn) | llvm::InstrProfRecord | |
operator=(InstrProfRecord &&)=default | llvm::InstrProfRecord | |
operator=(const InstrProfRecord &RHS) | llvm::InstrProfRecord | inline |
reserveSites(uint32_t ValueKind, uint32_t NumValueSites) | llvm::InstrProfRecord | inline |
scale(uint64_t Weight, function_ref< void(instrprof_error)> Warn) | llvm::InstrProfRecord | |
sortValueData() | llvm::InstrProfRecord | inline |