Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1859 InvokeInst *SPInvoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl() local
1864 SPInvoke->setCallingConv(II->getCallingConv()); in makeStatepointExplicitImpl()
1868 SPInvoke->setAttributes( in makeStatepointExplicitImpl()
1869 legalizeCallAttributes(II, IsMemIntrinsic, SPInvoke->getAttributes())); in makeStatepointExplicitImpl()
1871 Token = cast<GCStatepointInst>(SPInvoke); in makeStatepointExplicitImpl()