LLVM 20.0.0git
|
This is the complete list of members for llvm::RegAllocScore, including all inherited members.
cheapRematCounts() const | llvm::RegAllocScore | inline |
copyCounts() const | llvm::RegAllocScore | inline |
expensiveRematCounts() const | llvm::RegAllocScore | inline |
getScore() const | llvm::RegAllocScore | |
loadCounts() const | llvm::RegAllocScore | inline |
loadStoreCounts() const | llvm::RegAllocScore | inline |
onCheapRemat(double Freq) | llvm::RegAllocScore | inline |
onCopy(double Freq) | llvm::RegAllocScore | inline |
onExpensiveRemat(double Freq) | llvm::RegAllocScore | inline |
onLoad(double Freq) | llvm::RegAllocScore | inline |
onLoadStore(double Freq) | llvm::RegAllocScore | inline |
onStore(double Freq) | llvm::RegAllocScore | inline |
operator!=(const RegAllocScore &Other) const | llvm::RegAllocScore | |
operator+=(const RegAllocScore &Other) | llvm::RegAllocScore | |
operator==(const RegAllocScore &Other) const | llvm::RegAllocScore | |
RegAllocScore()=default | llvm::RegAllocScore | |
RegAllocScore(const RegAllocScore &)=default | llvm::RegAllocScore | |
storeCounts() const | llvm::RegAllocScore | inline |