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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.h72 int64_t getFramePoppedByCallee(const MachineInstr &I) const { function in class:llvm::MSP430InstrInfo
H A DMSP430FrameLowering.cpp254 Amount -= TII.getFramePoppedByCallee(Old);
273 if (uint64_t CalleeAmt = TII.getFramePoppedByCallee(*I)) {

Completed in 126 milliseconds