Searched defs:GCArgs (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 739 ArrayRef<T3> GCArgs) { in getStatepointBundles() 764 std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() 787 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() 797 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointCall() 807 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() 819 std::optional<ArrayRef<T2>> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointInvokeCommon() 844 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointInvoke() 855 std::optional<ArrayRef<Use>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointInvoke() 865 std::optional<ArrayRef<Value *>> DeoptArgs, ArrayRef<Value *> GCArgs, in CreateGCStatepointInvoke()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.h | 443 ArrayRef<const Use> GCArgs; member
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | RewriteStatepointsForGC.cpp | 1657 ArrayRef<Value *> GCArgs(LiveVariables); in makeStatepointExplicitImpl() local
|