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

References

lib/Target/AArch64/AArch64CompressJumpTables.cpp
   75   BlockInfo.resize(MF->getNumBlockIDs());
   78   for (MachineBasicBlock &MBB : *MF) {
   90   auto &JTInfo = *MF->getJumpTableInfo();
  120   auto AFI = MF->getInfo<AArch64FunctionInfo>();
  139   MF = &MFIn;
  141   const auto &ST = MF->getSubtarget<AArch64Subtarget>();
  144   if (ST.force32BitJumpTables() && !MF->getFunction().hasMinSize())
  149   for (MachineBasicBlock &MBB : *MF) {