Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DStatepoint.h81 int numTotalVMSArgs() { in numTotalVMSArgs() function
106 int Offset = 3 + numCallArgs() + 1 + numTotalVMSArgs(); in vm_state_end()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp492 const int NumVMSArgs = StatepointSite.numTotalVMSArgs(); in lowerStatepointMetaArgs()