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