Searched refs:isSS (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineFrameInfo.h | 119 bool isSS, const AllocaInst *Val, bool A) in StackObject() 121 isSpillSlot(isSS), Alloca(Val), PreAllocated(false), isAliased(A) {} in StackObject() 567 int CreateStackObject(uint64_t Size, unsigned Alignment, bool isSS,
|
/external/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 538 bool isSS, const AllocaInst *Alloca) { in CreateStackObject() argument 542 Objects.push_back(StackObject(Size, Alignment, 0, false, isSS, Alloca, in CreateStackObject() 543 !isSS)); in CreateStackObject()
|