Searched refs:StoreWeight (Results 1 – 2 of 2) sorted by relevance
33 cl::opt<double> StoreWeight("regalloc-store-weight", cl::init(1.0), cl::Hidden); variable67 Ret += StoreWeight * storeCounts(); in getScore()68 Ret += (LoadWeight + StoreWeight) * loadStoreCounts(); in getScore()
34 extern cl::opt<double> StoreWeight;178 TotalScore.storeCounts() * StoreWeight + in TEST()179 TotalScore.loadStoreCounts() * (LoadWeight + StoreWeight) + in TEST()