Home
last modified time | relevance | path

Searched refs:vm_state_args (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp538 for (const Value *V : StatepointSite.vm_state_args()) { in lowerStatepointMetaArgs()
561 for (const Value *V : StatepointSite.vm_state_args()) { in lowerStatepointMetaArgs()
/external/llvm/include/llvm/IR/
DStatepoint.h226 iterator_range<arg_iterator> vm_state_args() const { in vm_state_args() function
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp2321 : iterator_range<const Use *>(Statepoint(CS).vm_state_args()); in insertParsePoints()