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

References

lib/Target/Lanai/LanaiDelaySlotFiller.cpp
  156        I != MBB.instr_rend(); ++I) {
  156        I != MBB.instr_rend(); ++I) {
  158     if (I->isDebugInstr())
  162     MachineBasicBlock::instr_iterator FI = I.getReverse();
  164     if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() ||
  164     if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() ||
  164     if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() ||
  165         FI == LastFiller || I->isPseudo())