Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp398 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()
[all …]