Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp783 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
792 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
803 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h865 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
874 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
885 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1827 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()