Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h209 int getNumTotalVMSArgs() const { in getNumTotalVMSArgs() function
220 auto I = vm_state_begin() + getNumTotalVMSArgs(); in vm_state_end()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp549 const int NumVMSArgs = StatepointSite.getNumTotalVMSArgs(); in lowerStatepointMetaArgs()