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

References

lib/Target/Sparc/SparcInstrInfo.cpp
  191   unsigned SecondLastOpc = SecondLastInst->getOpcode();
  198       LastInst = SecondLastInst;
  205         SecondLastInst = &*I;
  206         SecondLastOpc = SecondLastInst->getOpcode();
  212   if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(*--I))
  217     parseCondBranch(SecondLastInst, TBB, Cond);
  225     TBB = SecondLastInst->getOperand(0).getMBB();