Searched refs:DeoptState (Results 1 – 2 of 2) sorted by relevance
617 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()637 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()643 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()1097 SI.DeoptState = ArrayRef<const Use>(I.deopt_begin(), I.deopt_end()); in LowerStatepoint()1164 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
459 ArrayRef<const Use> DeoptState; member