Searched refs:StatepointSite (Results 1 – 1 of 1) sorted by relevance
226 static SDNode *lowerCallFromStatepoint(ImmutableStatepoint StatepointSite, in lowerCallFromStatepoint() argument230 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() argument334 StatepointSite.getRelocates(StatepointSite)) { in getIncomingStatepointGCValues()429 ImmutableStatepoint StatepointSite, in lowerStatepointMetaArgs() argument437 StatepointSite, Builder); in lowerStatepointMetaArgs()475 for (auto I = StatepointSite.vm_state_begin() + 1, in lowerStatepointMetaArgs()[all …]