Lines Matching full:funcinfo
59 AllocatedStackSlots.resize(Builder.FuncInfo.StatepointStackSlots.size());
87 assert(NumSlots <= Builder.FuncInfo.StatepointStackSlots.size() &&
92 const int FI = Builder.FuncInfo.StatepointStackSlots[NextSlotToAllocate];
106 Builder.FuncInfo.StatepointStackSlots.push_back(FI);
109 StatepointMaxSlotsRequired, Builder.FuncInfo.StatepointStackSlots.size());
127 Builder.FuncInfo.StatepointSpillMaps[Relocate->getStatepoint()];
218 const auto &StatepointSlots = Builder.FuncInfo.StatepointStackSlots;
506 auto &SpillMap = Builder.FuncInfo.StatepointSpillMaps[StatepointInstr];
559 FuncInfo.StatepointSpillMaps[SI.StatepointInstr]);
803 unsigned Reg = FuncInfo.CreateRegs(RetTy);
810 FuncInfo.ValueMap[ISP.getInstruction()] = Reg;
907 auto &SpillMap = FuncInfo.StatepointSpillMaps[Relocate.getStatepoint()];