Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocScore.cpp29 cl::opt<double> CopyWeight("regalloc-copy-weight", cl::init(0.2), cl::Hidden); variable
63 Ret += CopyWeight * copyCounts(); in getScore()