Searched refs:load_cost (Results 1 – 1 of 1) sorted by relevance
84 double load_cost, double store_cost, double compute_cost) const { in total_cost() argument85 return load_cost * bytes_loaded_ + store_cost * bytes_stored_ + in total_cost()