Searched refs:MustTailCall (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 204 auto *MustTailCall = cast<CallInst>(&*std::prev(It)); in replaceCoroEndAsync() local 206 MustTailCall->getIterator()); in replaceCoroEndAsync() 218 auto InlineRes = InlineFunction(*MustTailCall, FnInfo); in replaceCoroEndAsync()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 97 CE && CE == MustTailCall, in EmitCXXMemberOrOperatorCall() 123 ReturnValueSlot(), Args, nullptr, CE && CE == MustTailCall, in EmitCXXDestructorCall() 484 Callee, ReturnValue, Args, nullptr, E == MustTailCall, in EmitCXXMemberPointerCallExpr()
|
| H A D | CGStmt.cpp | 734 SaveAndRestore save_musttail(MustTailCall, musttail); in EmitAttributedStmt()
|
| H A D | CodeGenFunction.h | 572 const CallExpr *MustTailCall = nullptr;
|
| H A D | CGCall.cpp | 5746 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()
|
| H A D | CGExpr.cpp | 5930 E == MustTailCall, E->getExprLoc()); in EmitCall()
|