Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDIRBuilder.cpp630 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
639 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
648 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIRBuilder.h733 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
742 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
753 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp1490 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()