Searched refs:TotalPredsEWeight (Results 1 – 1 of 1) sorted by relevance
183 uint64_t TotalPredsEWeight = 0; in recalculateBBCounts() local185 TotalPredsEWeight += Pred->getBranchInfo(BB).Count; in recalculateBBCounts()187 if (TotalPredsEWeight > BB.getExecutionCount()) in recalculateBBCounts()188 BB.setExecutionCount(TotalPredsEWeight); in recalculateBBCounts()