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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 2492   It++;
 2494   for (; It != E; ++It) {
 2494   for (; It != E; ++It) {
 2496     if (It->isDebugInstr() || It->isPosition())
 2496     if (It->isDebugInstr() || It->isPosition())
 2502     for (int i = 0, e = It->getNumOperands(); i != e; ++i)
 2503         clearOperandKillInfo(*It, i);
 2508       if ((MO = It->findRegisterUseOperand(RegNo, false, &getRegisterInfo()))) {
 2513       } else if ((MO = It->findRegisterDefOperand(RegNo, false, true,
 2516         assert(&*It == &StartMI && "No new def between StartMI and EndMI.");
 2522     if ((&*It) == &StartMI)