HomeSort by: relevance | last modified time | path
    Searched refs:InlineFunction (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/lib/libLLVMTransformsUtils/
Makefile 40 InlineFunction.cpp \
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
AlwaysInliner.cpp 84 InlineResult Res = InlineFunction(
Inliner.cpp 255 InlineResult IR = InlineFunction(CB, IFI, &AAR, InsertLifetime);
825 // `InlineFunction` routine.
832 InlineFunction(*CB, IFI, &FAM.getResult<AAManager>(*CB->getCaller()));
PartialInlining.cpp 241 // forward varargs to the outlined function. Calling InlineFunction
1438 if (!InlineFunction(*CB, IFI, nullptr, true,
SampleProfile.cpp 1184 if (InlineFunction(CB, IFI).isSuccess()) {
1185 // The call to InlineFunction erases I, so we can't pass it here.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
Cloning.h 191 /// This class captures the data input to the InlineFunction call, and records
205 /// If non-null, InlineFunction will update the callgraph to reflect the
212 /// InlineFunction fills this in with all static allocas that get copied into
216 /// InlineFunction fills this in with callsites that were inlined from the
222 /// 'InlineFunction' fills this in by scanning the inlined instructions, and
255 /// ForwardVarArgsTo. The caller of InlineFunction has to make sure any varargs
257 InlineResult InlineFunction(CallBase &CB, InlineFunctionInfo &IFI,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
PlaceSafepoints.cpp 653 bool InlineStatus = InlineFunction(*PollCall, IFI).isSuccess();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Coroutines/
CoroSplit.cpp 215 auto InlineRes = InlineFunction(*MustTailCall, FnInfo);
783 auto InlineRes = InlineFunction(*CallerContext, InlineInfo);
1603 auto InlineRes = InlineFunction(*TailCall, FnInfo);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
SafeStack.cpp 751 InlineFunction(*CI, IFI);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 1 //===- InlineFunction.cpp - Code to perform function inlining -------------===//
1354 // InlineFunction.
1755 llvm::InlineResult llvm::InlineFunction(CallBase &CB, InlineFunctionInfo &IFI,

Completed in 98 milliseconds