Searched refs:BestProb (Results 1 – 2 of 2) sorted by relevance
169 double BestProb = 0; in clusterize() local174 Arc.normalizedWeight() > BestProb) { in clusterize()176 BestProb = Arc.normalizedWeight(); in clusterize()183 if (BestProb < MinArcProbability) in clusterize()
1615 auto BestProb = BranchProbability::getZero(); in selectBestSuccessor() 1669 if (BestSucc.BB && BestProb >= SuccProb) { in selectBestSuccessor() 1676 BestProb = SuccProb; in selectBestSuccessor() 1692 if (DupProb < BestProb) in selectBestSuccessor() 1695 (isProfitableToTailDup(BB, Succ, BestProb, Chain, BlockFilter))) { in selectBestSuccessor() 3301 BranchProbability BestProb = BranchProbability::getZero(); in findDuplicateCandidates() 3310 if (SuccProb > BestProb) in findDuplicateCandidates() 3311 BestProb = SuccProb; in findDuplicateCandidates() 3315 if (BBProb <= BestProb) in findDuplicateCandidates() 3321 BlockFrequency Gain = PredFreq * (BBProb - BestProb); in findDuplicateCandidates() 1602 auto BestProb = BranchProbability::getZero(); selectBestSuccessor() local 3255 BranchProbability BestProb = BranchProbability::getZero(); isBestSuccessor() local [all...]