Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp705 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
714 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
725 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIRBuilder.h889 LLVM_ABI CallInst *CreateGCStatepointCall(
897 CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
908 CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1834 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()