Searched refs:DeoptCall (Results 1 – 2 of 2) sorted by relevance
53 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, ""); in makeGuardControlFlowExplicit() local58 DeoptCall->setName("deoptcall"); in makeGuardControlFlowExplicit()59 B.CreateRet(DeoptCall); in makeGuardControlFlowExplicit()62 DeoptCall->setCallingConv(Guard->getCallingConv()); in makeGuardControlFlowExplicit()
2091 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); in InlineFunction() local2092 if (!DeoptCall) { in InlineFunction()2102 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv(); in InlineFunction()2107 SmallVector<Value *, 4> CallArgs(DeoptCall->arg_begin(), in InlineFunction()2108 DeoptCall->arg_end()); in InlineFunction()2111 DeoptCall->getOperandBundlesAsDefs(OpBundles); in InlineFunction()2112 DeoptCall->eraseFromParent(); in InlineFunction()