Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp255 ArrayRef<T3> GCArgs) { in getStatepointArgs() argument
267 Args.insert(Args.end(), GCArgs.begin(), GCArgs.end()); in getStatepointArgs()
276 ArrayRef<T1> TransitionArgs, ArrayRef<T2> DeoptArgs, ArrayRef<T3> GCArgs, in CreateGCStatepointCallCommon() argument
292 CallArgs, TransitionArgs, DeoptArgs, GCArgs); in CreateGCStatepointCallCommon()
299 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument
302 CallArgs, None /* No Transition Args */, DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
308 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument
311 DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
317 ArrayRef<Value *> GCArgs, const Twine &Name) { in CreateGCStatepointCall() argument
320 CallArgs, None, DeoptArgs, GCArgs, Name); in CreateGCStatepointCall()
[all …]
/external/llvm/include/llvm/IR/
DIRBuilder.h445 ArrayRef<Value *> GCArgs,
455 ArrayRef<Value *> GCArgs,
464 ArrayRef<Value *> GCArgs,
474 ArrayRef<Value *> GCArgs, const Twine &Name = "");
482 ArrayRef<Use> DeoptArgs, ArrayRef<Value *> GCArgs,
493 ArrayRef<Value *> GCArgs, const Twine &Name = "");
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1405 ArrayRef<Value *> GCArgs(LiveVariables); in makeStatepointExplicitImpl() local
1456 TransitionArgs, DeoptArgs, GCArgs, "safepoint_token"); in makeStatepointExplicitImpl()
1485 GCArgs, "statepoint_token"); in makeStatepointExplicitImpl()