Searched refs:DeoptState (Results 1 – 2 of 2) sorted by relevance
507 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()519 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()524 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()851 SI.DeoptState = ArrayRef<const Use>(ISP.deopt_begin(), ISP.deopt_end()); in LowerStatepoint()913 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
777 ArrayRef<const Use> DeoptState; member