Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp507 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()
H A DSelectionDAGBuilder.h777 ArrayRef<const Use> DeoptState; member