Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h210 const Value *NumVMSArgs = *gc_transition_args_end(); in getNumTotalVMSArgs() local
211 return cast<ConstantInt>(NumVMSArgs)->getZExtValue(); in getNumTotalVMSArgs()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp465 const int NumVMSArgs = SI.DeoptState.size(); in lowerStatepointMetaArgs() local
466 pushStackMapConstant(Ops, Builder, NumVMSArgs); in lowerStatepointMetaArgs()