Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLowerGuardIntrinsic.cpp73 auto *DeoptCall = B.CreateCall(DeoptIntrinsic, Args, {DeoptOB}, ""); in MakeGuardControlFlowExplicit() local
78 DeoptCall->setName("deoptcall"); in MakeGuardControlFlowExplicit()
79 B.CreateRet(DeoptCall); in MakeGuardControlFlowExplicit()
82 DeoptCall->setCallingConv(CI->getCallingConv()); in MakeGuardControlFlowExplicit()
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1868 CallInst *DeoptCall = RI->getParent()->getTerminatingDeoptimizeCall(); in InlineFunction() local
1869 if (!DeoptCall) { in InlineFunction()
1879 auto CallingConv = DeoptCall->getCalledFunction()->getCallingConv(); in InlineFunction()
1884 SmallVector<Value *, 4> CallArgs(DeoptCall->arg_begin(), in InlineFunction()
1885 DeoptCall->arg_end()); in InlineFunction()
1888 DeoptCall->getOperandBundlesAsDefs(OpBundles); in InlineFunction()
1889 DeoptCall->eraseFromParent(); in InlineFunction()