Searched refs:MustTailCall (Results 1 – 6 of 6) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 203 auto *MustTailCall = cast<CallInst>(&*std::prev(It)); in replaceCoroEndAsync() local 205 MustTailCall->getIterator()); in replaceCoroEndAsync() 217 auto InlineRes = InlineFunction(*MustTailCall, FnInfo); in replaceCoroEndAsync()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGExprCXX.cpp | 92 CE && CE == MustTailCall, in EmitCXXMemberOrOperatorCall() 118 ReturnValueSlot(), Args, nullptr, CE && CE == MustTailCall, in EmitCXXDestructorCall() 479 Callee, ReturnValue, Args, nullptr, E == MustTailCall, in EmitCXXMemberPointerCallExpr()
|
| H A D | CGStmt.cpp | 727 SaveAndRestore save_musttail(MustTailCall, musttail); in EmitAttributedStmt()
|
| H A D | CodeGenFunction.h | 564 const CallExpr *MustTailCall = nullptr;
|
| H A D | CGCall.cpp | 5534 CGM.ErrorUnsupported(MustTailCall, "tail call skipping over cleanups"); in EmitCall()
|
| H A D | CGExpr.cpp | 5486 E == MustTailCall, E->getExprLoc()); in EmitCall()
|