HomeSort by relevance Sort by last modified time
    Searched refs:isCSRestore (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 222 static bool isCSRestore(MachineInstr *MI, const uint16_t *CSRegs) {
265 while (MBBI != MBB.begin() && isCSRestore(MBBI, CSRegs));
266 if (!isCSRestore(MBBI, CSRegs))
310 while (MBBI != MBB.end() && isCSRestore(MBBI, CSRegs))
ARMFrameLowering.cpp 92 static bool isCSRestore(MachineInstr *MI,
378 while (MBBI != MBB.begin() && isCSRestore(MBBI, TII, CSRegs));
379 if (!isCSRestore(MBBI, TII, CSRegs))
    [all...]

Completed in 522 milliseconds