Searched refs:LoadWeight (Results 1 – 2 of 2) sorted by relevance
32 cl::opt<double> LoadWeight("regalloc-load-weight", cl::init(4.0), cl::Hidden); variable66 Ret += LoadWeight * loadCounts(); in getScore()68 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()
33 extern cl::opt<double> LoadWeight;177 TotalScore.loadCounts() * LoadWeight + in TEST()179 TotalScore.loadStoreCounts() * (LoadWeight + StoreWeight) + in TEST()