Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineFrameInfo.h113 bool isSS, const AllocaInst *Val) in StackObject()
115 isSpillSlot(isSS), Alloca(Val), PreAllocated(false) {} in StackObject()
524 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,
/external/llvm/lib/CodeGen/
DMachineFunction.cpp514 bool isSS, const AllocaInst *Alloca) { in CreateStackObject() argument
520 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, Alloca)); in CreateStackObject()