Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp26 LLVM_ABI cl::opt<double> CopyWeight("regalloc-copy-weight", cl::init(0.2), variable
63 Ret += CopyWeight * copyCounts(); in getScore()