Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DStackProtector.cpp463 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local
464 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()
465 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DRewriteStatepointsForGC.cpp1705 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local
1709 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()