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

/external/llvm/lib/Target/AArch64/
H A DAArch64A53Fix835769.cpp204 MachineInstr *CurrInstr = &MI; local
208 << " CurrInstr: " << *CurrInstr
211 << " isSecondInstructionInSequence(CurrInstr): "
212 << isSecondInstructionInSequence(CurrInstr) << "\n");
214 isSecondInstructionInSequence(CurrInstr)) {
216 Sequences.push_back(CurrInstr);
219 if (!CurrInstr->isPseudo())
220 PrevInstr = CurrInstr;

Completed in 81 milliseconds