Searched refs:isCSRestore (Results 1 – 2 of 2) sorted by relevance
406 static bool isCSRestore(MachineInstr &MI, const MCPhysReg *CSRegs) { in isCSRestore() function447 while (MBBI != MBB.begin() && isCSRestore(*MBBI, CSRegs)); in emitEpilogue()448 if (!isCSRestore(*MBBI, CSRegs)) in emitEpilogue()
145 static bool isCSRestore(MachineInstr &MI, const ARMBaseInstrInfo &TII, in isCSRestore() function799 } while (MBBI != MBB.begin() && isCSRestore(*MBBI, TII, CSRegs)); in emitEpilogue()800 if (!isCSRestore(*MBBI, TII, CSRegs)) in emitEpilogue()