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

References

lib/Target/Mips/MipsDelaySlotFiller.cpp
  860   if ((R == MipsInstrInfo::BT_None) || (R == MipsInstrInfo::BT_NoBranch))
  865       return std::make_pair(MipsInstrInfo::BT_None, nullptr);
  882   return std::make_pair(MipsInstrInfo::BT_None, nullptr);
  895   if (P.first == MipsInstrInfo::BT_None)
lib/Target/Mips/MipsInstrInfo.cpp
  102   return (BT == BT_None) || (BT == BT_Indirect);
  213     return LastInst->isIndirectBranch() ? BT_Indirect : BT_None;
  231       return BT_None;
  250     return BT_None;
  259       return BT_None;
  270     return BT_None;