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

References

lib/Target/AArch64/AArch64InstrInfo.cpp
  241   unsigned SecondLastOpc = SecondLastInst->getOpcode();
  248       LastInst = SecondLastInst;
  255         SecondLastInst = &*I;
  256         SecondLastOpc = SecondLastInst->getOpcode();
  262   if (SecondLastInst && I != MBB.begin() && isUnpredicatedTerminator(*--I))
  267     parseCondBranch(SecondLastInst, TBB, Cond);
  275     TBB = SecondLastInst->getOperand(0).getMBB();