Home | History | Annotate | Download | only in ARM

Lines Matching refs:hasReservedCallFrame

58 /// hasReservedCallFrame - Under normal circumstances, when a frame pointer is
63 bool ARMFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
82 return hasReservedCallFrame(MF) || MF.getFrameInfo()->hasVarSizedObjects();
513 bool hasMovingSP = !hasReservedCallFrame(MF);
1392 if (!hasReservedCallFrame(MF)) {