reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  867   populateCallLoweringInfo(SI.CLI, ISP.getCall(),
  873     SI.GCRelocates.push_back(Relocate);
  874     SI.Bases.push_back(Relocate->getBasePtr());
  875     SI.Ptrs.push_back(Relocate->getDerivedPtr());
  878   SI.GCArgs = ArrayRef<const Use>(ISP.gc_args_begin(), ISP.gc_args_end());
  879   SI.StatepointInstr = ISP.getInstruction();
  880   SI.GCTransitionArgs =
  882   SI.ID = ISP.getID();
  883   SI.DeoptState = ArrayRef<const Use>(ISP.deopt_begin(), ISP.deopt_end());
  884   SI.StatepointFlags = ISP.getFlags();
  885   SI.NumPatchBytes = ISP.getNumPatchBytes();
  886   SI.EHPadBB = EHPadBB;
  888   SDValue ReturnValue = LowerAsSTATEPOINT(SI);