Searched refs:cpLoad (Results 1 – 2 of 2) sorted by relevance
93 if (cpLoadIndex + 1 > cpLoad.size()) { in UpdateCPLoad()94 cpLoad.resize(cpLoadIndex + 1); in UpdateCPLoad()97 cpLoad[cpLoadIndex++].UpdateLoad(load); in UpdateCPLoad()107 uint64_t load = cpLoad[cpLoadIndex].GetPredictLoad(); in GetCPLoad()
165 cpLoad.resize(1); in IntervalLoadPredictor()181 std::deque<SimpleLoadPredictor> cpLoad; variable