Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DThumb1FrameLowering.cpp406 static bool isCSRestore(MachineInstr &MI, const MCPhysReg *CSRegs) { in isCSRestore() function
447 while (MBBI != MBB.begin() && isCSRestore(*MBBI, CSRegs)); in emitEpilogue()
448 if (!isCSRestore(*MBBI, CSRegs)) in emitEpilogue()
H A DARMFrameLowering.cpp145 static bool isCSRestore(MachineInstr &MI, const ARMBaseInstrInfo &TII, in isCSRestore() function
799 } while (MBBI != MBB.begin() && isCSRestore(*MBBI, TII, CSRegs)); in emitEpilogue()
800 if (!isCSRestore(*MBBI, TII, CSRegs)) in emitEpilogue()