Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.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
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.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,
/src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1828 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()