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

References

lib/Target/PowerPC/PPCHazardRecognizers.cpp
  149   if (MCID && mustComeFirst(MCID, NSlots) && CurSlots)
  159   if (isLoadAfterStore(SU) && CurSlots < 6) {
  168     return 5 - CurSlots;
  177     if (CurSlots == 5 || (MCID->isBranch() && CurBranches == 1)) {
  179       CurSlots = CurBranches = 0;
  189       if (MustBeFirst && CurSlots) {
  190         CurSlots = CurBranches = 0;
  194       CurSlots += NSlots;
  215   CurSlots = CurBranches = 0;
  227       CurSlots == 6) {
  229     CurSlots = CurBranches = 0;
  232     ++CurSlots;