Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp691 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
700 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
710 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h788 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
797 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
808 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1720 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()