Searched refs:isCSRestore (Results 1 – 2 of 2) sorted by relevance
307 static bool isCSRestore(MachineInstr *MI, const MCPhysReg *CSRegs) { in isCSRestore() function349 while (MBBI != MBB.begin() && isCSRestore(MBBI, CSRegs)); in emitEpilogue()350 if (!isCSRestore(MBBI, CSRegs)) in emitEpilogue()
101 static bool isCSRestore(MachineInstr *MI, in isCSRestore() function730 } while (MBBI != MBB.begin() && isCSRestore(MBBI, TII, CSRegs)); in emitEpilogue()731 if (!isCSRestore(MBBI, TII, CSRegs)) in emitEpilogue()