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

References

lib/Target/PowerPC/PPCInstrInfo.cpp
 1721   for (MachineBasicBlock::iterator EL = CmpInstr.getParent()->end(); I != EL;
 1722        ++I) {
 1727       if (&*J == &*I) {
 1795   --I;
 1800   for (; I != E && !noSub; --I) {
 1800   for (; I != E && !noSub; --I) {
 1801     const MachineInstr &Instr = *I;
 1804     if (&*I != &CmpInstr && (Instr.modifiesRegister(PPC::CR0, TRI) ||
 1821       Sub = &*I;
 1825     if (I == B)