Searched refs:DeoptState (Results 1 – 2 of 2) sorted by relevance
616 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()636 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()642 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()1084 SI.DeoptState = ArrayRef<const Use>(I.deopt_begin(), I.deopt_end()); in LowerStatepoint()1153 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
460 ArrayRef<const Use> DeoptState; member