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

Declarations

lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
  165   bool tryToPairLdStInst(MachineBasicBlock::iterator &MBBI);

References

lib/Target/AArch64/AArch64LoadStoreOptimizer.cpp
 1791     if (TII->isPairableLdStInst(*MBBI) && tryToPairLdStInst(MBBI))