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()
3106 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); in InlineFunction() local3107 if (!DeoptCall) { in InlineFunction()3117 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv(); in InlineFunction()3122 SmallVector<Value *, 4> CallArgs(DeoptCall->args()); in InlineFunction()3125 DeoptCall->getOperandBundlesAsDefs(OpBundles); in InlineFunction()3126 auto DeoptAttributes = DeoptCall->getAttributes(); in InlineFunction()3127 DeoptCall->eraseFromParent(); in InlineFunction()