Home
last modified time | relevance | path

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

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