Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DIRBuilder.cpp818 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
827 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
838 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DIRBuilder.h815 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
824 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
835 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1848 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()