Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp615 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
635 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()
641 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
1090 SI.DeoptState = ArrayRef<const Use>(I.deopt_begin(), I.deopt_end()); in LowerStatepoint()
1157 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h454 ArrayRef<const Use> DeoptState; member