Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp669 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
678 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
688 CallInst *IRBuilderBase::CreateGCStatepointCall( in CreateGCStatepointCall() function in IRBuilderBase
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h785 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
794 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
805 CallInst *CreateGCStatepointCall(uint64_t ID, uint32_t NumPatchBytes,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1705 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl()