Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackProtector.cpp436 const CallInst *SPCall = findStackProtectorIntrinsic(*F); in InsertStackProtectors() local
437 assert(SPCall && "Call to llvm.stackprotector is missing"); in InsertStackProtectors()
438 AI = cast<AllocaInst>(SPCall->getArgOperand(1)); in InsertStackProtectors()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDRewriteStatepointsForGC.cpp1490 CallInst *SPCall = Builder.CreateGCStatepointCall( in makeStatepointExplicitImpl() local
1494 SPCall->setTailCallKind(CI->getTailCallKind()); in makeStatepointExplicitImpl()
1495 SPCall->setCallingConv(CI->getCallingConv()); in makeStatepointExplicitImpl()
1501 SPCall->setAttributes(legalizeCallAttributes(CI->getAttributes())); in makeStatepointExplicitImpl()
1503 Token = SPCall; in makeStatepointExplicitImpl()