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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
GuardUtils.cpp 56 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, "");
61 DeoptCall->setName("deoptcall");
62 B.CreateRet(DeoptCall);
65 DeoptCall->setCallingConv(Guard->getCallingConv());
InlineFunction.cpp 2357 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall();
2358 if (!DeoptCall) {
2368 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv();
2373 SmallVector<Value *, 4> CallArgs(DeoptCall->args());
2376 DeoptCall->getOperandBundlesAsDefs(OpBundles);
2377 auto DeoptAttributes = DeoptCall->getAttributes();
2378 DeoptCall->eraseFromParent();

Completed in 22 milliseconds