Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DGuardUtils.cpp56 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, ""); in makeGuardControlFlowExplicit() local
61 DeoptCall->setName("deoptcall"); in makeGuardControlFlowExplicit()
62 B.CreateRet(DeoptCall); in makeGuardControlFlowExplicit()
65 DeoptCall->setCallingConv(Guard->getCallingConv()); in makeGuardControlFlowExplicit()
H A DInlineFunction.cpp2357 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); in InlineFunction() local
2358 if (!DeoptCall) { in InlineFunction()
2368 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv(); in InlineFunction()
2373 SmallVector<Value *, 4> CallArgs(DeoptCall->args()); in InlineFunction()
2376 DeoptCall->getOperandBundlesAsDefs(OpBundles); in InlineFunction()
2377 auto DeoptAttributes = DeoptCall->getAttributes(); in InlineFunction()
2378 DeoptCall->eraseFromParent(); in InlineFunction()