Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DIRBuilder.cpp795 InvokeInst *IRBuilderBase::CreateGCStatepointInvoke( in CreateGCStatepointInvoke() function in IRBuilderBase
806 InvokeInst *IRBuilderBase::CreateGCStatepointInvoke( in CreateGCStatepointInvoke() function in IRBuilderBase
817 InvokeInst *IRBuilderBase::CreateGCStatepointInvoke( in CreateGCStatepointInvoke() function in IRBuilderBase
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DIRBuilder.h816 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
824 InvokeInst *CreateGCStatepointInvoke(
835 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1821 InvokeInst *SPInvoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl()