Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DIRBuilder.cpp625 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
634 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
643 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h610 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
619 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
630 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1495 CallInst *Call = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()