Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRMachineFunctionInfo.h66 void setHasAllocas(bool B) { HasAllocas = B; } in setHasAllocas() function
H A DAVRFrameLowering.cpp434 FuncInfo->setHasAllocas(true); in runOnMachineFunction()