Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h107 bool MayNeedSP; member
120 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {} in StackObject()
388 return Objects[ObjectIdx+NumFixedObjects].MayNeedSP; in MayNeedStackProtector()
504 bool MayNeedSP = false, const AllocaInst *Alloca = 0);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp91 bool MayNeedSP = in set() local
97 MayNeedSP, AI); in set()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp493 bool isSS, bool MayNeedSP, const AllocaInst *Alloca) { in CreateStackObject() argument
499 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP, in CreateStackObject()