Searched refs:CurrInstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp208 MachineInstr *CurrInstr = &MI; local
212 << " CurrInstr: " << *CurrInstr
215 << " isSecondInstructionInSequence(CurrInstr): "
216 << isSecondInstructionInSequence(CurrInstr) << "\n");
218 isSecondInstructionInSequence(CurrInstr)) {
220 Sequences.push_back(CurrInstr);
223 if (!CurrInstr->isPseudo())
224 PrevInstr = CurrInstr;

Completed in 107 milliseconds