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

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

Completed in 71 milliseconds