Home
last modified time | relevance | path

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

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