Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocScore.cpp31 cl::opt<double> CopyWeight("regalloc-copy-weight", cl::init(0.2), cl::Hidden); variable
65 Ret += CopyWeight * copyCounts(); in getScore()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DRegAllocScoreTest.cpp32 extern cl::opt<double> CopyWeight;
176 TotalScore.copyCounts() * CopyWeight + in TEST()