Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDIRBuilder.cpp784 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
793 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
804 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h868 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
877 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
888 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp1828 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()