Home
last modified time | relevance | path

Searched refs:isCSRestore (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Target/ARM/
DThumb1FrameLowering.cpp307 static bool isCSRestore(MachineInstr *MI, const MCPhysReg *CSRegs) { in isCSRestore() function
349 while (MBBI != MBB.begin() && isCSRestore(MBBI, CSRegs)); in emitEpilogue()
350 if (!isCSRestore(MBBI, CSRegs)) in emitEpilogue()
DARMFrameLowering.cpp101 static bool isCSRestore(MachineInstr *MI, in isCSRestore() function
730 } while (MBBI != MBB.begin() && isCSRestore(MBBI, TII, CSRegs)); in emitEpilogue()
731 if (!isCSRestore(MBBI, TII, CSRegs)) in emitEpilogue()