Lines Matching refs:StatepointSite
398 SmallVectorImpl<const Value *> &Relocs, ImmutableStatepoint StatepointSite, in getIncomingStatepointGCValues() argument
400 for (GCRelocateOperands relocateOpers : StatepointSite.getRelocates()) { in getIncomingStatepointGCValues()
494 ImmutableStatepoint StatepointSite, in lowerStatepointMetaArgs() argument
501 getIncomingStatepointGCValues(Bases, Ptrs, Relocations, StatepointSite, in lowerStatepointMetaArgs()
538 for (const Value *V : StatepointSite.vm_state_args()) { in lowerStatepointMetaArgs()
549 const int NumVMSArgs = StatepointSite.getNumTotalVMSArgs(); in lowerStatepointMetaArgs()
552 assert(NumVMSArgs == std::distance(StatepointSite.vm_state_begin(), in lowerStatepointMetaArgs()
553 StatepointSite.vm_state_end())); in lowerStatepointMetaArgs()
561 for (const Value *V : StatepointSite.vm_state_args()) { in lowerStatepointMetaArgs()
584 for (Value *V : StatepointSite.gc_args()) { in lowerStatepointMetaArgs()
597 StatepointSite.getCallSite().getInstruction(); in lowerStatepointMetaArgs()
601 for (GCRelocateOperands RelocateOpers : StatepointSite.getRelocates()) { in lowerStatepointMetaArgs()