Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackProtector.cpp464 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local
465 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()
466 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1794 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local
1798 SPCall->setTailCallKind(CI->getTailCallKind()); in makeStatepointExplicitImpl()
1799 SPCall->setCallingConv(CI->getCallingConv()); in makeStatepointExplicitImpl()
1805 SPCall->setAttributes(legalizeCallAttributes( in makeStatepointExplicitImpl()
1806 CI->getContext(), CI->getAttributes(), SPCall->getAttributes())); in makeStatepointExplicitImpl()
1808 Token = cast<GCStatepointInst>(SPCall); in makeStatepointExplicitImpl()