Searched refs:DeoptState (Results 1 – 2 of 2) sorted by relevance
646 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()666 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()672 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()1113 SI.DeoptState = ArrayRef<const Use>(I.deopt_begin(), I.deopt_end()); in LowerStatepoint()1182 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
408 ArrayRef<const Use> DeoptState; member