Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h187 const_op_iterator gc_args_end() const { in gc_args_end() function
195 return make_range(gc_args_begin(), gc_args_end()); in gc_args()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp1089 SI.GCArgs = ArrayRef<const Use>(I.gc_args_begin(), I.gc_args_end()); in LowerStatepoint()