HomeSort by relevance Sort by last modified time
    Searched defs:MayNeedSP (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 93 bool MayNeedSP =
99 MayNeedSP, AI);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 103 // MayNeedSP - If true the stack object triggered the creation of the stack
106 bool MayNeedSP;
119 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {}
387 return Objects[ObjectIdx+NumFixedObjects].MayNeedSP;
503 bool MayNeedSP = false, const AllocaInst *Alloca = 0);

Completed in 75 milliseconds