HomeSort by: relevance | last modified time | path
    Searched refs:LTO (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/apache2/llvm/lib/libLLVMLTO/
Makefile 7 .PATH: ${LLVM_SRCDIR}/lib/LTO
12 LTO.cpp \
  /src/external/gpl3/binutils/dist/config/
bootstrap-lto-lean.mk 1 # This option enables LTO for stage4 and LTO for generators in stage3 with profiledbootstrap.
2 # Otherwise, LTO is used in only stage3.
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/binutils.old/dist/config/
bootstrap-lto-lean.mk 1 # This option enables LTO for stage4 and LTO for generators in stage3 with profiledbootstrap.
2 # Otherwise, LTO is used in only stage3.
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/gcc/dist/config/
bootstrap-lto-lean.mk 1 # This option enables LTO for stage4 and LTO for generators in stage3 with profiledbootstrap.
2 # Otherwise, LTO is used in only stage3.
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/gcc.old/dist/config/
bootstrap-lto-lean.mk 1 # This option enables LTO for stage4 and LTO for generators in stage3 with profiledbootstrap.
2 # Otherwise, LTO is used in only stage3.
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/gdb/dist/config/
bootstrap-lto-lean.mk 1 # This option enables LTO for stage4 and LTO for generators in stage3 with profiledbootstrap.
2 # Otherwise, LTO is used in only stage3.
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/gdb.old/dist/config/
bootstrap-lto-lean.mk 1 # This option enables LTO for stage4 and LTO for generators in stage3 with profiledbootstrap.
2 # Otherwise, LTO is used in only stage3.
bootstrap-lto-noplugin.mk 1 # This option enables LTO for stage2 and stage3 on
4 STAGE2_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
5 STAGE3_CFLAGS += -flto=jobserver -frandom-seed=1 -ffat-lto-objects
bootstrap-lto.mk 1 # This option enables LTO for stage2 and stage3 in slim mode
19 do-compare = $(SHELL) $(srcdir)/contrib/compare-lto $$f1 $$f2
  /src/external/gpl3/gcc/dist/contrib/
compare-lto 7 # Modified for LTO bootstrap by Richard Biener <rguenther@suse.de>
35 echo 'usage: compare-lto file1 file2' >&2
74 # If there are LTO option sections, try to strip them off.
79 echo stripping off LTO option section, then retrying >&2
94 echo failed to strip off LTO option section >&2
  /src/external/gpl3/gcc.old/dist/contrib/
compare-lto 7 # Modified for LTO bootstrap by Richard Biener <rguenther@suse.de>
35 echo 'usage: compare-lto file1 file2' >&2
74 # If there are LTO option sections, try to strip them off.
79 echo stripping off LTO option section, then retrying >&2
94 echo failed to strip off LTO option section >&2
  /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
LTO.h 1 //===-LTO.h - LLVM Link Time Optimizer ------------------------------------===//
9 // This file declares functions and classes used to support LTO. It is intended
10 // to be used both by LTO classes as well as by clients (gold-plugin) that
11 // don't utilize the LTO code generator interfaces.
22 #include "llvm/LTO/Config.h"
46 const lto::Config &C, ModuleSummaryIndex &Index,
66 SmallString<40> &Key, const lto::Config &Conf,
75 namespace lto { namespace in namespace:llvm
98 class LTO;
103 /// information that an LTO client should need in order to do symbol resolution
    [all...]
  /src/external/apache2/llvm/bin/clang/
Makefile 50 LTO \
  /src/external/apache2/llvm/bin/clang-repl/
Makefile 44 LTO \
  /src/external/apache2/llvm/dist/llvm/lib/LTO/
LTO.cpp 1 //===-LTO.cpp - LLVM Link Time Optimizer ----------------------------------===//
9 // This file implements functions and classes used to support LTO.
13 #include "llvm/LTO/LTO.h"
32 #include "llvm/LTO/LTOBackend.h"
33 #include "llvm/LTO/SummaryBasedOptimizations.h"
61 using namespace lto;
64 #define DEBUG_TYPE "lto"
70 /// Enable global value internalization in LTO.
72 "enable-lto-internalization", cl::init(true), cl::Hidden
    [all...]

Completed in 37 milliseconds

1 2