Searched refs:DeoptCall (Results 1 – 2 of 2) sorted by relevance
56 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, ""); in makeGuardControlFlowExplicit() local61 DeoptCall->setName("deoptcall"); in makeGuardControlFlowExplicit()62 B.CreateRet(DeoptCall); in makeGuardControlFlowExplicit()65 DeoptCall->setCallingConv(Guard->getCallingConv()); in makeGuardControlFlowExplicit()
2778 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); in InlineFunction() local2779 if (!DeoptCall) { in InlineFunction()2789 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv(); in InlineFunction()2794 SmallVector<Value *, 4> CallArgs(DeoptCall->args()); in InlineFunction()2797 DeoptCall->getOperandBundlesAsDefs(OpBundles); in InlineFunction()2798 auto DeoptAttributes = DeoptCall->getAttributes(); in InlineFunction()2799 DeoptCall->eraseFromParent(); in InlineFunction()