Searched refs:InlineFunction (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | AlwaysInliner.cpp | 68 InlineResult Res = InlineFunction(*CB, IFI, /*MergeAttributes=*/true, in AlwaysInlineImpl()
|
| H A D | ModuleInliner.cpp | 216 InlineFunction(*CB, IFI, /*MergeAttributes=*/true, in run()
|
| H A D | Inliner.cpp | 388 InlineFunction(*CB, IFI, /*MergeAttributes=*/true, in run()
|
| H A D | PartialInlining.cpp | 1389 if (!InlineFunction(*CB, IFI, /*MergeAttributes=*/false, nullptr, true, in tryPartialInline()
|
| H A D | SampleProfile.cpp | 1256 InlineResult IR = InlineFunction(CB, IFI, in tryInlineCandidate()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
| H A D | Cloning.h | 267 InlineResult InlineFunction(CallBase &CB, InlineFunctionInfo &IFI,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | PlaceSafepoints.cpp | 656 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess(); in InsertSafepointPoll()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroSplit.cpp | 296 auto InlineRes = InlineFunction(*MustTailCall, FnInfo); in replaceCoroEndAsync() 869 auto InlineRes = InlineFunction(*CallerContext, InlineInfo); in deriveNewFramePointer() 1758 (void)InlineFunction(*TailCall, FnInfo); in splitAsyncCoroutine()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | SafeStack.cpp | 749 InlineFunction(*CI, IFI); in TryInlinePointerAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | InlineFunction.cpp | 2139 llvm::InlineResult llvm::InlineFunction(CallBase &CB, InlineFunctionInfo &IFI, in InlineFunction() function in llvm
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | Attr.td | 151 def InlineFunction : SubsetSubject<Function, 874 let Subjects = SubjectList<[InlineFunction]>;
|
| /freebsd/lib/clang/libllvm/ |
| H A D | Makefile | 1942 SRCS_MIN+= Transforms/Utils/InlineFunction.cpp
|