Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocScore.cpp30 cl::opt<double> LoadWeight("regalloc-load-weight", cl::init(4.0), cl::Hidden); variable
64 Ret += LoadWeight * loadCounts(); in getScore()
66 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()