Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp635 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
655 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs()
661 for (const Value *V : SI.DeoptState) { in lowerStatepointMetaArgs()
1067 SI.DeoptState = ArrayRef<const Use>(I.deopt_begin(), I.deopt_end()); in LowerStatepoint()
1136 SI.DeoptState = in LowerCallSiteWithDeoptBundleImpl()
H A DSelectionDAGBuilder.h605 ArrayRef<const Use> DeoptState; member