Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AVR/
DAVRMachineFunctionInfo.h55 void setHasAllocas(bool B) { HasAllocas = B; } in setHasAllocas() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRMachineFunctionInfo.h55 void setHasAllocas(bool B) { HasAllocas = B; } in setHasAllocas() function
DAVRFrameLowering.cpp447 FuncInfo->setHasAllocas(true); in runOnMachineFunction()