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

References

lib/Target/PowerPC/PPCEarlyReturn.cpp
   56       I = ReturnMBB.SkipPHIsLabelsAndDebug(I);
   56       I = ReturnMBB.SkipPHIsLabelsAndDebug(I);
   59       if (I == ReturnMBB.end() ||
   60           (I->getOpcode() != PPC::BLR && I->getOpcode() != PPC::BLR8) ||
   60           (I->getOpcode() != PPC::BLR && I->getOpcode() != PPC::BLR8) ||
   61           I != ReturnMBB.getLastNonDebugInstr())
   80               BuildMI(**PI, J, J->getDebugLoc(), TII->get(I->getOpcode()))
   81                   .copyImplicitOps(*I);
   95                   .copyImplicitOps(*I);
  110                   .copyImplicitOps(*I);
  157             PrevMBB.splice(PrevMBB.end(), &ReturnMBB, I);