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

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

Completed in 161 milliseconds