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 91 bool MayNeedSP =
97 MayNeedSP, AI);
  /external/llvm/include/llvm/CodeGen/
MachineFrameInfo.h 104 // MayNeedSP - If true the stack object triggered the creation of the stack
107 bool MayNeedSP;
120 isSpillSlot(isSS), MayNeedSP(NSP), Alloca(Val), PreAllocated(false) {}
388 return Objects[ObjectIdx+NumFixedObjects].MayNeedSP;
504 bool MayNeedSP = false, const AllocaInst *Alloca = 0);

Completed in 200 milliseconds