Home
last modified time | relevance | path

Searched refs:InlineFunction (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAlwaysInliner.cpp84 InlineResult Res = InlineFunction( in run()
H A DInliner.cpp259 InlineResult IR = InlineFunction(CB, IFI, &AAR, InsertLifetime); in inlineCallIfPossible()
990 InlineFunction(*CB, IFI, &FAM.getResult<AAManager>(*CB->getCaller())); in run()
H A DPartialInlining.cpp1438 if (!InlineFunction(*CB, IFI, nullptr, true, in tryPartialInline()
H A DSampleProfile.cpp1181 if (InlineFunction(CB, IFI).isSuccess()) { in tryInlineCandidate()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DCloning.h265 InlineResult InlineFunction(CallBase &CB, InlineFunctionInfo &IFI,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPlaceSafepoints.cpp653 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess(); in INITIALIZE_PASS_DEPENDENCY()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp217 auto InlineRes = InlineFunction(*MustTailCall, FnInfo); in replaceCoroEndAsync()
788 auto InlineRes = InlineFunction(*CallerContext, InlineInfo); in deriveNewFramePointer()
1644 auto InlineRes = InlineFunction(*TailCall, FnInfo); in splitAsyncCoroutine()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp754 InlineFunction(*CI, IFI); in TryInlinePointerAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1758 llvm::InlineResult llvm::InlineFunction(CallBase &CB, InlineFunctionInfo &IFI, in InlineFunction() function in llvm
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td121 def InlineFunction : SubsetSubject<Function,
715 let Subjects = SubjectList<[InlineFunction]>;
/freebsd-13.1/lib/clang/libllvm/
H A DMakefile1664 SRCS_MIN+= Transforms/Utils/InlineFunction.cpp