Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DStackProtector.cpp485 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local
486 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()
487 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1848 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local
1852 SPCall->setTailCallKind(CI->getTailCallKind()); in makeStatepointExplicitImpl()
1853 SPCall->setCallingConv(CI->getCallingConv()); in makeStatepointExplicitImpl()
1859 SPCall->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl()
1860 CI->getContext(), CI->getAttributes(), SPCall->getAttributes())); in makeStatepointExplicitImpl()
1862 Token = cast<GCStatepointInst>(SPCall); in makeStatepointExplicitImpl()