Searched refs:CopyWeight (Results 1 – 2 of 2) sorted by relevance
31 cl::opt<double> CopyWeight("regalloc-copy-weight", cl::init(0.2), cl::Hidden); variable65 Ret += CopyWeight * copyCounts(); in getScore()
32 extern cl::opt<double> CopyWeight;176 TotalScore.copyCounts() * CopyWeight + in TEST()