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

References

lib/Target/AVR/AVRRelaxMemOperations.cpp
   44   typedef Block::iterator BlockIt;
   48   template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI);
   50   bool runOnBasicBlock(Block &MBB);
   51   bool runOnInstruction(Block &MBB, BlockIt MBBI);
   53   MachineInstrBuilder buildMI(Block &MBB, BlockIt MBBI, unsigned Opcode) {
   66   for (Block &MBB : MF) {
   74 bool AVRRelaxMem::runOnBasicBlock(Block &MBB) {
   88 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) {
  124 bool AVRRelaxMem::runOnInstruction(Block &MBB, BlockIt MBBI) {