HomeSort by relevance Sort by last modified time
    Searched refs:NumVMSArgs (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/IR/
Statepoint.h 210 const Value *NumVMSArgs = *gc_transition_args_end();
211 return cast<ConstantInt>(NumVMSArgs)->getZExtValue();
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 549 const int NumVMSArgs = StatepointSite.getNumTotalVMSArgs();
550 pushStackMapConstant(Ops, Builder, NumVMSArgs);
552 assert(NumVMSArgs == std::distance(StatepointSite.vm_state_begin(),
    [all...]

Completed in 250 milliseconds