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

/freebsd-12-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.cpp2153 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); local
2154 if (!DeoptCall) {
2164 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv();
2169 SmallVector<Value *, 4> CallArgs(DeoptCall->arg_begin(),
2170 DeoptCall->arg_end());
2173 DeoptCall->getOperandBundlesAsDefs(OpBundles);
2174 DeoptCall->eraseFromParent();

Completed in 189 milliseconds