Home
last modified time | relevance | path

Searched refs:getFrameTotalSize (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h232 int64_t getFrameTotalSize(const MachineInstr &I) const { in getFrameTotalSize() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineVerifier.cpp3393 BBState.ExitValue -= TII->getFrameTotalSize(I); in verifyStackFrame()
3398 int Size = TII->getFrameTotalSize(I); in verifyStackFrame()