LLVM 22.0.0git
RegAllocScore.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.

Macros

#define DEBUG_TYPE   "regalloc-score"

Functions

LLVM_ABI cl::opt< double > llvm::CopyWeight ("regalloc-copy-weight", cl::init(0.2), cl::Hidden)
LLVM_ABI cl::opt< double > llvm::LoadWeight ("regalloc-load-weight", cl::init(4.0), cl::Hidden)
LLVM_ABI cl::opt< double > llvm::StoreWeight ("regalloc-store-weight", cl::init(1.0), cl::Hidden)
LLVM_ABI cl::opt< double > llvm::CheapRematWeight ("regalloc-cheap-remat-weight", cl::init(0.2), cl::Hidden)
LLVM_ABI cl::opt< double > llvm::ExpensiveRematWeight ("regalloc-expensive-remat-weight", cl::init(1.0), cl::Hidden)

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "regalloc-score"

Definition at line 40 of file RegAllocScore.cpp.