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

References

lib/CodeGen/IfConversion.cpp
  387                        *TBBInfo.BB, TCycle, TBBInfo.ExtraCost2, *FBBInfo.BB,
  388                        FCycle, FBBInfo.ExtraCost2, Prediction);
  391                           << ", TExtra=" << TBBInfo.ExtraCost2 << ", FExtra="
  392                           << FBBInfo.ExtraCost2 << ") = " << Res << "\n");
 1064   BBI.ExtraCost2 = 0;
 1121       BBI.ExtraCost2 += ExtraPredCost;
 1343                            TrueBBI.ExtraCost2, Prediction) &&
 1359                            TrueBBI.ExtraCost2, Prediction) &&
 1368                            TrueBBI.ExtraCost2, Prediction) &&
 1388                              FalseBBI.ExtraCost2, Prediction.getCompl()) &&
 1399                            FalseBBI.ExtraCost2, Prediction.getCompl()) &&
 1409                              FalseBBI.ExtraCost2, Prediction.getCompl()) &&
 2193     ToBBI.ExtraCost2 += ExtraPredCost;
 2346   ToBBI.ExtraCost2 += FromBBI.ExtraCost2;
 2346   ToBBI.ExtraCost2 += FromBBI.ExtraCost2;
 2349   FromBBI.ExtraCost2 = 0;