Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp2804 CallInst *NewDeoptCall = in InlineFunction() local
2806 NewDeoptCall->setCallingConv(CallingConv); in InlineFunction()
2807 NewDeoptCall->setAttributes(DeoptAttributes); in InlineFunction()
2808 if (NewDeoptCall->getType()->isVoidTy()) in InlineFunction()
2811 Builder.CreateRet(NewDeoptCall); in InlineFunction()
2813 NewDeoptCall->removeRetAttrs( in InlineFunction()
2814 AttributeFuncs::typeIncompatible(NewDeoptCall->getType())); in InlineFunction()