Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp30 cl::opt<double> StoreWeight("regalloc-store-weight", cl::init(1.0), cl::Hidden); variable
64 Ret += StoreWeight * storeCounts(); in getScore()
65 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()