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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp56 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, ""); local
61 DeoptCall->setName("deoptcall");
62 B.CreateRet(DeoptCall);
65 DeoptCall->setCallingConv(Guard->getCallingConv());
H A DInlineFunction.cpp2212 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); local
2213 if (!DeoptCall) {
2223 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv();
2228 SmallVector<Value *, 4> CallArgs(DeoptCall->arg_begin(),
2229 DeoptCall->arg_end());
2232 DeoptCall->getOperandBundlesAsDefs(OpBundles);
2233 DeoptCall->eraseFromParent();

Completed in 55 milliseconds