Searched refs:SPCall (Results 1 – 2 of 2) sorted by relevance
595 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() 596 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors() 597 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors() 512 const CallInst *SPCall = findStackProtectorIntrinsic(*F); InsertStackProtectors() local
1828 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local1832 SPCall->setTailCallKind(CI->getTailCallKind()); in makeStatepointExplicitImpl()1833 SPCall->setCallingConv(CI->getCallingConv()); in makeStatepointExplicitImpl()1837 SPCall->setAttributes( in makeStatepointExplicitImpl()1838 legalizeCallAttributes(CI, IsMemIntrinsic, SPCall->getAttributes())); in makeStatepointExplicitImpl()1840 Token = cast<GCStatepointInst>(SPCall); in makeStatepointExplicitImpl()