Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DStatepoint.h230 const Value *NumVMSArgs = *gc_transition_args_end(); in getNumTotalVMSArgs() local
231 return cast<ConstantInt>(NumVMSArgs)->getZExtValue(); in getNumTotalVMSArgs()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp519 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs() local
520 pushStackMapConstant(Ops, Builder, NumVMSArgs); in lowerStatepointMetaArgs()