Searched refs:tryFoldRegSequence (Results 1 – 1 of 1) sorted by relevance
113 bool tryFoldRegSequence(MachineInstr &MI);1551 bool SIFoldOperands::tryFoldRegSequence(MachineInstr &MI) { in tryFoldRegSequence() function in SIFoldOperands1764 if (MI.isRegSequence() && tryFoldRegSequence(MI)) { in runOnMachineFunction()