Lines Matching refs:StatepointSite
226 static SDNode *lowerCallFromStatepoint(ImmutableStatepoint StatepointSite, in lowerCallFromStatepoint() argument
230 ImmutableCallSite CS(StatepointSite.getCallSite()); in lowerCallFromStatepoint()
237 Value *ActualCallee = const_cast<Value *>(StatepointSite.actualCallee()); in lowerCallFromStatepoint()
240 CallInst::const_op_iterator arg_begin = StatepointSite.call_args_begin(); in lowerCallFromStatepoint()
241 CallInst::const_op_iterator arg_end = StatepointSite.call_args_end(); in lowerCallFromStatepoint()
331 ImmutableStatepoint StatepointSite, in getIncomingStatepointGCValues() argument
334 StatepointSite.getRelocates(StatepointSite)) { in getIncomingStatepointGCValues()
429 ImmutableStatepoint StatepointSite, in lowerStatepointMetaArgs() argument
437 StatepointSite, Builder); in lowerStatepointMetaArgs()
475 for (auto I = StatepointSite.vm_state_begin() + 1, in lowerStatepointMetaArgs()
476 E = StatepointSite.vm_state_end(); in lowerStatepointMetaArgs()
492 const int NumVMSArgs = StatepointSite.numTotalVMSArgs(); in lowerStatepointMetaArgs()
497 assert(NumVMSArgs + 1 == std::distance(StatepointSite.vm_state_begin(), in lowerStatepointMetaArgs()
498 StatepointSite.vm_state_end())); in lowerStatepointMetaArgs()
506 for (auto I = StatepointSite.vm_state_begin() + 1, in lowerStatepointMetaArgs()
507 E = StatepointSite.vm_state_end(); in lowerStatepointMetaArgs()
531 for (Value *V : StatepointSite.gc_args()) { in lowerStatepointMetaArgs()