Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp741 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
750 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
760 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h786 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
795 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
806 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1794 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()