Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp738 ArrayRef<T3> GCArgs) { in getStatepointBundles()
763 std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon()
786 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall()
796 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointCall()
806 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall()
818 std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointInvokeCommon()
843 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointInvoke()
854 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointInvoke()
864 std::optional<ArrayRef<Value *>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointInvoke()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h437 ArrayRef<const Use> GCArgs; member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1656 ArrayRef<Value *> GCArgs(LiveVariables); in makeStatepointExplicitImpl() local