Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp618 getStatepointBundles(Optional<ArrayRef<T1>> TransitionArgs, in getStatepointBundles() argument
627 if (TransitionArgs) { in getStatepointBundles()
629 llvm::append_range(TransitionValues, *TransitionArgs); in getStatepointBundles()
644 Optional<ArrayRef<T1>> TransitionArgs, in CreateGCStatepointCallCommon() argument
664 getStatepointBundles(TransitionArgs, DeoptArgs, in CreateGCStatepointCallCommon()
680 ArrayRef<Value *> CallArgs, Optional<ArrayRef<Use>> TransitionArgs, in CreateGCStatepointCall() argument
684 this, ID, NumPatchBytes, ActualCallee, Flags, CallArgs, TransitionArgs, in CreateGCStatepointCall()
702 Optional<ArrayRef<T1>> TransitionArgs, Optional<ArrayRef<T2>> DeoptArgs, in CreateGCStatepointInvokeCommon() argument
719 getStatepointBundles(TransitionArgs, DeoptArgs, in CreateGCStatepointInvokeCommon()
738 ArrayRef<Value *> InvokeArgs, Optional<ArrayRef<Use>> TransitionArgs, in CreateGCStatepointInvoke() argument
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1554 Optional<ArrayRef<Use>> TransitionArgs; in makeStatepointExplicitImpl() local
1556 TransitionArgs = Bundle->Inputs; in makeStatepointExplicitImpl()
1707 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token"); in makeStatepointExplicitImpl()
1734 II->getUnwindDest(), Flags, CallArgs, TransitionArgs, DeoptArgs, GCArgs, in makeStatepointExplicitImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h797 Optional<ArrayRef<Use>> TransitionArgs,
825 ArrayRef<Value *> InvokeArgs, Optional<ArrayRef<Use>> TransitionArgs,