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

References

lib/Target/AArch64/AArch64A53Fix835769.cpp
  212                         << "    CurrInstr: " << *CurrInstr
  216                         << isSecondInstructionInSequence(CurrInstr) << "\n");
  218           isSecondInstructionInSequence(CurrInstr)) {
  220         Sequences.push_back(CurrInstr);
  223     if (!CurrInstr->isPseudo())
  224       PrevInstr = CurrInstr;