reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
138 Prob += RHS;
lib/Analysis/BranchProbabilityInfo.cpp329 ToDistribute += BP[i] - UnreachableProb; 338 BP[i] += PerEdge; 910 Prob += MapI->second;lib/CodeGen/GlobalISel/IRTranslator.cpp
681 JumpProb += DefaultProb / 2; 789 UnhandledProbs += I->Prob;lib/CodeGen/MachineBasicBlock.cpp
751 *ProbIter += *getProbabilityIterator(OldI); 1341 Sum += P;lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
10139 UnhandledProbs += I->Prob; 10178 JumpProb += DefaultProb / 2; 10225 BTB->Prob += DefaultProb / 2; 10314 LeftProb += (++LastLeft)->Prob; 10316 RightProb += (--FirstRight)->Prob;lib/CodeGen/SwitchLoweringUtils.cpp
203 Prob += Clusters[I].Prob; 218 JTProbs[Clusters[I].MBB] += Clusters[I].Prob; 430 CB->ExtraProb += Clusters[i].Prob; 431 TotalProb += Clusters[i].Prob; 482 Clusters[DstIndex - 1].Prob += CC.Prob;