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

/freebsd-10.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZFrameLowering.h70 uint64_t getUnallocatedTopBytes(const MachineFunction &MF) const;
H A DSystemZFrameLowering.cpp460 Offset += getUnallocatedTopBytes(MF);
472 getUnallocatedTopBytes(const MachineFunction &MF) const { function in class:SystemZFrameLowering
484 StackSize -= getUnallocatedTopBytes(MF);

Completed in 175 milliseconds