Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCommonKinds.td371 "'musttail' attribute for this call is impossible because %select{"
377 "'musttail' attribute is not supported on AIX">;
H A DAttrDocs.td619 If a ``return`` statement is marked ``musttail``, this indicates that the
629 ``clang::musttail`` can only be applied to a ``return`` statement whose value
640 ``clang::musttail`` provides assurances that the tail call can be optimized on
H A DAttr.td1686 let Spellings = [Clang<"musttail">];
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp726 const CallExpr *musttail = nullptr; in EmitAttributedStmt() local
744 musttail = cast<CallExpr>(R->getRetValue()->IgnoreParens()); in EmitAttributedStmt()
759 SaveAndRestore save_musttail(MustTailCall, musttail); in EmitAttributedStmt()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp542 KEYWORD(musttail); in LexIdentifier()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td2427 // callees. This needs to be a musttail call.