Home
last modified time | relevance | path

Searched refs:LoadWeight (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp28 LLVM_ABI cl::opt<double> LoadWeight("regalloc-load-weight", cl::init(4.0), variable
64 Ret += LoadWeight * loadCounts(); in getScore()
66 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()