Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp234 CallInst *IRBuilderBase::CreateGCStatepoint(Value *ActualCallee, in CreateGCStatepoint() function in IRBuilderBase
264 CallInst *IRBuilderBase::CreateGCStatepoint(Value *ActualCallee, in CreateGCStatepoint() function in IRBuilderBase
272 return CreateGCStatepoint(ActualCallee, VCallArgs, DeoptArgs, GCArgs, Name); in CreateGCStatepoint()
/external/llvm/lib/Transforms/Scalar/
DPlaceSafepoints.cpp890 CallInst *Call = Builder.CreateGCStatepoint( in ReplaceWithStatepoint()
/external/llvm/include/llvm/IR/
DIRBuilder.h445 CallInst *CreateGCStatepoint(Value *ActualCallee,
454 CallInst *CreateGCStatepoint(Value *ActualCallee, ArrayRef<Use> CallArgs,