Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp53 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, ""); in makeGuardControlFlowExplicit() local
58 DeoptCall->setName("deoptcall"); in makeGuardControlFlowExplicit()
59 B.CreateRet(DeoptCall); in makeGuardControlFlowExplicit()
62 DeoptCall->setCallingConv(Guard->getCallingConv()); in makeGuardControlFlowExplicit()
H A DInlineFunction.cpp2091 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); in InlineFunction() local
2092 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()