Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRMachineFunctionInfo.h54 bool getHasAllocas() const { return HasAllocas; } in getHasAllocas() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRMachineFunctionInfo.h54 bool getHasAllocas() const { return HasAllocas; } in getHasAllocas() function
DAVRFrameLowering.cpp231 return (FuncInfo->getHasSpills() || FuncInfo->getHasAllocas() || in hasFP()