LLVM 22.0.0git
RegAllocScore.cpp File Reference

Go to the source code of this file.

Macros

#define DEBUG_TYPE   "regalloc-score"

Functions

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

Macro Definition Documentation

◆ DEBUG_TYPE

#define DEBUG_TYPE   "regalloc-score"

Definition at line 36 of file RegAllocScore.cpp.

Function Documentation

◆ CheapRematWeight()

LLVM_ABI cl::opt< double > CheapRematWeight ( "regalloc-cheap-remat-weight" ,
cl::init(0.2) ,
cl::Hidden  )

◆ CopyWeight()

LLVM_ABI cl::opt< double > CopyWeight ( "regalloc-copy-weight" ,
cl::init(0.2) ,
cl::Hidden  )

◆ ExpensiveRematWeight()

LLVM_ABI cl::opt< double > ExpensiveRematWeight ( "regalloc-expensive-remat-weight" ,
cl::init(1.0) ,
cl::Hidden  )

◆ LoadWeight()

LLVM_ABI cl::opt< double > LoadWeight ( "regalloc-load-weight" ,
cl::init(4.0) ,
cl::Hidden  )

◆ StoreWeight()

LLVM_ABI cl::opt< double > StoreWeight ( "regalloc-store-weight" ,
cl::init(1.0) ,
cl::Hidden  )