Searched refs:LastPush (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/ |
H A D | ARMFrameLowering.cpp | 531 MachineBasicBlock::iterator LastPush = MBB.end(), GPRCS1Push, GPRCS2Push; in emitPrologue() local 533 LastPush = MBBI++; in emitPrologue() 534 DefCFAOffsetCandidates.addInst(LastPush, FPCXTSaveSize, true); in emitPrologue() 539 GPRCS1Push = LastPush = MBBI++; in emitPrologue() 540 DefCFAOffsetCandidates.addInst(LastPush, GPRCS1Size, true); in emitPrologue() 568 GPRCS2Push = LastPush = MBBI++; in emitPrologue() 569 DefCFAOffsetCandidates.addInst(LastPush, GPRCS2Size); in emitPrologue() 576 if (LastPush != MBB.end() && in emitPrologue() 577 tryFoldSPUpdateIntoPushPop(STI, MF, &*LastPush, DPRGapSize)) in emitPrologue() 578 DefCFAOffsetCandidates.addExtraBytes(LastPush, DPRGapSize); in emitPrologue() [all …]
|