Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2409 CallInst *NewDeoptCall = in InlineFunction() local
2411 NewDeoptCall->setCallingConv(CallingConv); in InlineFunction()
2412 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
2413 if (NewDeoptCall->getType()->isVoidTy()) in InlineFunction()
2416 Builder.CreateRet(NewDeoptCall); in InlineFunction()