Home
last modified time | relevance | path

Searched defs:GCArgs (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp773 ArrayRef<T3> GCArgs) { in getStatepointBundles()
798 std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon()
821 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall()
831 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointCall()
841 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall()
853 std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointInvokeCommon()
878 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointInvoke()
889 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointInvoke()
899 std::optional<ArrayRef<Value *>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointInvoke()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h443 ArrayRef<const Use> GCArgs; member
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1680 ArrayRef<Value *> GCArgs(LiveVariables); in makeStatepointExplicitImpl() local