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

References

lib/Target/AArch64/AArch64A53Fix835769.cpp
  205   PrevInstr = getLastNonPseudo(MBB, TII);
  210     if (PrevInstr) {
  211       LLVM_DEBUG(dbgs() << "    PrevInstr: " << *PrevInstr
  214                         << isFirstInstructionInSequence(PrevInstr) << "\n"
  217       if (isFirstInstructionInSequence(PrevInstr) &&
  224       PrevInstr = CurrInstr;