Home
last modified time | relevance | path

Searched refs:StatepointStackSlots (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp52 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size()); in startNewStatepoint()
77 assert(Builder.FuncInfo.StatepointStackSlots.size() == in allocateStackSlot()
92 Builder.FuncInfo.StatepointStackSlots.push_back(FI); in allocateStackSlot()
97 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate]; in allocateStackSlot()
137 auto Itr = std::find(Builder.FuncInfo.StatepointStackSlots.begin(), in reservePreviousStackSlotForValue()
138 Builder.FuncInfo.StatepointStackSlots.end(), Index); in reservePreviousStackSlotForValue()
139 if (Itr == Builder.FuncInfo.StatepointStackSlots.end()) { in reservePreviousStackSlotForValue()
147 std::distance(Builder.FuncInfo.StatepointStackSlots.begin(), Itr); in reservePreviousStackSlotForValue()
DFunctionLoweringInfo.cpp468 StatepointStackSlots.clear(); in clear()
/external/llvm/include/llvm/CodeGen/
DFunctionLoweringInfo.h95 SmallVector<unsigned, 50> StatepointStackSlots; variable