OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCSRestore
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp
223
static bool
isCSRestore
(MachineInstr *MI, const uint16_t *CSRegs) {
267
while (MBBI != MBB.begin() &&
isCSRestore
(MBBI, CSRegs));
268
if (!
isCSRestore
(MBBI, CSRegs))
312
while (MBBI != MBB.end() &&
isCSRestore
(MBBI, CSRegs))
ARMFrameLowering.cpp
92
static bool
isCSRestore
(MachineInstr *MI,
380
while (MBBI != MBB.begin() &&
isCSRestore
(MBBI, TII, CSRegs));
381
if (!
isCSRestore
(MBBI, TII, CSRegs))
[
all
...]
Completed in 38 milliseconds