Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h106 bool MayNeedSP; member
119 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {} in StackObject()
387 return Objects[ObjectIdx+NumFixedObjects].MayNeedSP; in MayNeedStackProtector()
503 bool MayNeedSP = false, const AllocaInst *Alloca = 0);
/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp93 bool MayNeedSP = in set() local
99 MayNeedSP, AI); in set()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp483 bool isSS, bool MayNeedSP, const AllocaInst *Alloca) { in CreateStackObject() argument
487 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, MayNeedSP, in CreateStackObject()