Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocScore.cpp29 cl::opt<double> LoadWeight("regalloc-load-weight", cl::init(4.0), cl::Hidden); variable
63 Ret += LoadWeight * loadCounts(); in getScore()
65 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()