Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2701 CallInst *NewDeoptCall = in InlineFunction() local
2703 NewDeoptCall->setCallingConv(CallingConv); in InlineFunction()
2704 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
2705 if (NewDeoptCall->getType()->isVoidTy()) in InlineFunction()
2708 Builder.CreateRet(NewDeoptCall); in InlineFunction()
2710 NewDeoptCall->removeRetAttrs( in InlineFunction()
2711 AttributeFuncs::typeIncompatible(NewDeoptCall->getType())); in InlineFunction()