Searched refs:SPCall (Results 1 – 2 of 2) sorted by relevance
463 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local464 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()465 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()
1705 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local1709 SPCall->setTailCallKind(CI->getTailCallKind()); in makeStatepointExplicitImpl()1710 SPCall->setCallingConv(CI->getCallingConv()); in makeStatepointExplicitImpl()1716 SPCall->setAttributes( in makeStatepointExplicitImpl()1719 Token = cast<GCStatepointInst>(SPCall); in makeStatepointExplicitImpl()