Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp724 InvokeInst *IRBuilderBase::CreateGCStatepointInvoke( in CreateGCStatepointInvoke() function in IRBuilderBase
735 InvokeInst *IRBuilderBase::CreateGCStatepointInvoke( in CreateGCStatepointInvoke() function in IRBuilderBase
745 InvokeInst *IRBuilderBase::CreateGCStatepointInvoke( in CreateGCStatepointInvoke() function in IRBuilderBase
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIRBuilder.h814 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
822 InvokeInst *CreateGCStatepointInvoke(
833 CreateGCStatepointInvoke(uint64_t ID, uint32_t NumPatchBytes,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1732 InvokeInst *SPInvoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl()