reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SwitchLoweringUtils.cpp
  199     JTProbs[Clusters[I].MBB] = BranchProbability::getZero();
  202     assert(Clusters[I].Kind == CC_Range);
  203     Prob += Clusters[I].Prob;
  204     const APInt &Low = Clusters[I].Low->getValue();
  205     const APInt &High = Clusters[I].High->getValue();
  209       const APInt &PreviousHigh = Clusters[I - 1].High->getValue();
  217       Table.push_back(Clusters[I].MBB);
  218     JTProbs[Clusters[I].MBB] += Clusters[I].Prob;
  218     JTProbs[Clusters[I].MBB] += Clusters[I].Prob;
  223                                  Clusters[First].Low->getValue(),
  224                                  Clusters[Last].High->getValue(), *DL)) {
  250   JumpTableHeader JTH(Clusters[First].Low->getValue(),
  251                       Clusters[Last].High->getValue(), SI->getCondition(),
  255   JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High,
  255   JTCluster = CaseCluster::jumpTable(Clusters[First].Low, Clusters[Last].High,