HomeSort by: relevance | last modified time | path
    Searched refs:SPCall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
StackProtector.cpp 463 const CallInst *SPCall = findStackProtectorIntrinsic(*F);
464 assert(SPCall && "Call to llvm.stackprotector is missing");
465 AI = cast<AllocaInst>(SPCall->getArgOperand(1));
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
RewriteStatepointsForGC.cpp 1705 CallInst *SPCall = Builder.CreateGCStatepointCall(
1709 SPCall->setTailCallKind(CI->getTailCallKind());
1710 SPCall->setCallingConv(CI->getCallingConv());
1716 SPCall->setAttributes(
1719 Token = cast<GCStatepointInst>(SPCall);

Completed in 33 milliseconds