Searched refs:tryFoldRegSequence (Results 1 – 1 of 1) sorted by relevance
259 bool tryFoldRegSequence(MachineInstr &MI);2320 bool SIFoldOperandsImpl::tryFoldRegSequence(MachineInstr &MI) { in tryFoldRegSequence() function in SIFoldOperandsImpl2747 if (MI.isRegSequence() && tryFoldRegSequence(MI)) { in run()