HomeSort by: relevance | last modified time | path
    Searched refs:StatepointStackSlots (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 143 /// StatepointStackSlots - A list of temporary stack slots (frame indices)
147 SmallVector<unsigned, 50> StatepointStackSlots;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 95 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size());
124 Builder.FuncInfo.StatepointStackSlots.size() &&
129 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate];
144 Builder.FuncInfo.StatepointStackSlots.push_back(FI);
147 Builder.FuncInfo.StatepointStackSlots.size() &&
151 Builder.FuncInfo.StatepointStackSlots.size());
282 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots;
FunctionLoweringInfo.cpp 368 StatepointStackSlots.clear();

Completed in 17 milliseconds