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

References

lib/Target/SystemZ/SystemZElimCompare.cpp
  529   for (++MBBI; MBBI != MBBE; ++MBBI)
  529   for (++MBBI; MBBI != MBBE; ++MBBI)
  529   for (++MBBI; MBBI != MBBE; ++MBBI)
  530     if (MBBI->modifiesRegister(SrcReg, TRI) ||
  531         (SrcReg2 && MBBI->modifiesRegister(SrcReg2, TRI)))
  535   MachineOperand CCMask(MBBI->getOperand(1));
  539   MachineOperand Target(MBBI->getOperand(
  543     RegMask = MBBI->getOperand(2).getRegMask();
  546   int CCUse = MBBI->findRegisterUseOperandIdx(SystemZ::CC, false, TRI);
  580   MBBI = Compare;
  581   for (++MBBI; MBBI != MBBE; ++MBBI) {
  581   for (++MBBI; MBBI != MBBE; ++MBBI) {
  581   for (++MBBI; MBBI != MBBE; ++MBBI) {
  582     MBBI->clearRegisterKills(SrcReg, TRI);
  584       MBBI->clearRegisterKills(SrcReg2, TRI);