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

References

lib/CodeGen/IfConversion.cpp
  383         unsigned TCycle = TBBInfo.NonPredSize + TBBInfo.ExtraCost - Dups;
  384         unsigned FCycle = FBBInfo.NonPredSize + FBBInfo.ExtraCost - Dups;
 1063   BBI.ExtraCost = 0;
 1120         BBI.ExtraCost += NumCycles-1;
 1342         MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
 1358         MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
 1367         MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost,
 1387                              FalseBBI.NonPredSize + FalseBBI.ExtraCost,
 1398                              FalseBBI.NonPredSize + FalseBBI.ExtraCost,
 1408                              FalseBBI.NonPredSize + FalseBBI.ExtraCost,
 2192       ToBBI.ExtraCost += NumCycles-1;
 2345   ToBBI.ExtraCost += FromBBI.ExtraCost;
 2345   ToBBI.ExtraCost += FromBBI.ExtraCost;
 2348   FromBBI.ExtraCost = 0;