Lines Matching refs:Prob
200 auto Prob = BranchProbability::getZero(); in buildJumpTable() local
211 Prob += Clusters[I].Prob; in buildJumpTable()
226 JTProbs[Clusters[I].MBB] += Clusters[I].Prob; in buildJumpTable()
264 JTCases.size() - 1, Prob); in buildJumpTable()
438 CB->ExtraProb += Clusters[i].Prob; in buildBitTests()
439 TotalProb += Clusters[i].Prob; in buildBitTests()
490 Clusters[DstIndex - 1].Prob += CC.Prob; in sortAndRangeify()
503 if (X.Prob != CC.Prob) in caseClusterRank()
504 return X.Prob > CC.Prob; in caseClusterRank()
516 auto LeftProb = LastLeft->Prob + W.DefaultProb / 2; in computeSplitWorkItemInfo()
517 auto RightProb = FirstRight->Prob + W.DefaultProb / 2; in computeSplitWorkItemInfo()
526 LeftProb += (++LastLeft)->Prob; in computeSplitWorkItemInfo()
528 RightProb += (--FirstRight)->Prob; in computeSplitWorkItemInfo()