Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIFrameLowering.cpp645 static bool allStackObjectsAreDead(const MachineFrameInfo &MFI) { in allStackObjectsAreDead() function
714 !AllSGPRSpilledToVGPRs || !allStackObjectsAreDead(MFI)) { in processFunctionBeforeFrameFinalized()
828 return MFI.hasStackObjects() && !allStackObjectsAreDead(MFI); in hasFP()