Searched refs:LoadWeight (Results 1 – 1 of 1) sorted by relevance
30 cl::opt<double> LoadWeight("regalloc-load-weight", cl::init(4.0), cl::Hidden); variable64 Ret += LoadWeight * loadCounts(); in getScore()66 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()