Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1821 InvokeInst *SPInvoke = Builder.CreateGCStatepointInvoke( in makeStatepointExplicitImpl() local
1826 SPInvoke->setCallingConv(II->getCallingConv()); in makeStatepointExplicitImpl()
1832 SPInvoke->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl()
1833 II->getContext(), II->getAttributes(), SPInvoke->getAttributes())); in makeStatepointExplicitImpl()
1835 Token = cast<GCStatepointInst>(SPInvoke); in makeStatepointExplicitImpl()