Home
last modified time | relevance | path

Searched refs:hasStackObjects (Results 1 – 4 of 4) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXFrameLowering.cpp36 if (MF.getFrameInfo()->hasStackObjects()) { in emitPrologue()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h277 bool hasStackObjects() const { return !Objects.empty(); } in hasStackObjects() function
/minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/
H A DSIRegisterInfo.cpp99 return Fn.getFrameInfo()->hasStackObjects(); in requiresRegisterScavenging()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DPrologEpilogInserter.cpp706 if (!Fn.getFrameInfo()->hasStackObjects()) return; // Nothing to do? in replaceFrameIndices()