Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp617 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local
618 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()
619 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1834 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local
1838 SPCall->setTailCallKind(CI->getTailCallKind()); in makeStatepointExplicitImpl()
1839 SPCall->setCallingConv(CI->getCallingConv()); in makeStatepointExplicitImpl()
1843 SPCall->setAttributes( in makeStatepointExplicitImpl()
1844 legalizeCallAttributes(CI, IsMemIntrinsic, SPCall->getAttributes())); in makeStatepointExplicitImpl()
1846 Token = cast<GCStatepointInst>(SPCall); in makeStatepointExplicitImpl()