Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp646 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()
H A DSelectionDAGBuilder.h408 ArrayRef<const Use> DeoptState; member