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

References

lib/CodeGen/SelectionDAG/StatepointLowering.cpp
  497     for (const Value *V : SI.Ptrs) {
  504     assert(SI.Bases.size() == SI.Ptrs.size() && "Pointer without base!");
  507     assert(SI.Ptrs.empty() && "No gc specified, so cannot relocate pointers!");
  525     return is_contained(SI.Ptrs, V) || is_contained(SI.Bases, V);
  539     reservePreviousStackSlotForValue(SI.Ptrs[i], Builder);
  575     const Value *Ptr = SI.Ptrs[i];
  656   removeDuplicateGCPtrs(SI.Bases, SI.Ptrs, SI.GCRelocates, *this,
  658   assert(SI.Bases.size() == SI.Ptrs.size() &&
  659          SI.Ptrs.size() == SI.GCRelocates.size());
  875     SI.Ptrs.push_back(Relocate->getDerivedPtr());