| /src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| Caching.h | 17 #include "llvm/LTO/LTO.h" 20 namespace lto { namespace in namespace:llvm 35 } // namespace lto
|
| LTOBackend.h | 9 // This file implements the "backend" phase of LTO, i.e. it performs 11 // internally by the LTO class but can also be used independently, for example 22 #include "llvm/LTO/LTO.h" 34 namespace lto { namespace in namespace:llvm 36 /// Runs middle-end LTO optimizations on \p Mod. 42 /// Runs a regular LTO backend. The regular LTO backend can also act as the 43 /// regular LTO phase of ThinLTO, which may need to access the combined index.
|
| Config.h | 9 // This file defines the lto::Config data structure, which allows clients to 10 // configure LTO. 36 namespace lto { namespace in namespace:llvm 38 /// LTO configuration. A linker can configure LTO by setting fields in this data 39 /// structure and passing it to the lto::LTO constructor. 46 // computeCacheKey in LTO.cpp. 73 /// Asserts whether we can assume whole program visibility during the LTO 77 /// Always emit a Regular LTO object even when it is empty because no Regula [all...] |
| 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/gpl3/gcc/usr.bin/lto-wrapper/ |
| Makefile | 4 PROG= lto-wrapper 6 SRCS= lto-wrapper.cc \ 22 COPTS.lto-wrapper.cc= -Wno-error=stack-protector
|
| /src/external/gpl3/gcc.old/usr.bin/lto-wrapper/ |
| Makefile | 4 PROG= lto-wrapper 6 SRCS= lto-wrapper.cc \ 22 COPTS.lto-wrapper.cc= -Wno-error=stack-protector
|
| /src/external/bsd/ntp/dist/sntp/ |
| utilities.c | 146 int hh, mm, lto, isdst; local 163 lto = difftime(local_time, gmt_time); 164 lto /= 60; 165 hh = lto / 60; 166 mm = abs(lto % 60);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| langhooks.h | 340 /* Language hooks related to LTO serialization. */ 344 /* Begin a new LTO section named NAME. */ 347 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a 353 /* End the previously begun LTO section. */ 545 struct lang_hooks_for_lto lto; member in struct:lang_hooks
|
| ipa-modref.cc | 31 LTO mode differs from the local mode by not recording alias sets but types 271 /* LTO summaries hold info from analysis to LTO streaming or from LTO 272 stream-in through propagation to LTO stream-out. */ 350 /* Single function summary used for LTO. */ 357 This is necessary to make the information streamable for LTO but is also 394 /* Return true if lto summary is potentially useful for optimization. 3128 /* Compute no-LTO summaries when local optimization is going to happen. */ 3132 /* Compute LTO when LTO streaming is going to happen. * 3133 bool lto = ipa && ((flag_lto && !in_lto_p) local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| langhooks.h | 338 /* Language hooks related to LTO serialization. */ 342 /* Begin a new LTO section named NAME. */ 345 /* Write DATA of length LEN to the currently open LTO section. BLOCK is a 351 /* End the previously begun LTO section. */ 545 struct lang_hooks_for_lto lto; member in struct:lang_hooks
|
| ipa-modref.cc | 31 LTO mode differs from the local mode by not recording alias sets but types 269 /* LTO summaries hold info from analysis to LTO streaming or from LTO 270 stream-in through propagation to LTO stream-out. */ 348 /* Single function summary used for LTO. */ 355 This is necessary to make the information streamable for LTO but is also 392 /* Return true if lto summary is potentially useful for optimization. 3125 /* Compute no-LTO summaries when local optimization is going to happen. */ 3129 /* Compute LTO when LTO streaming is going to happen. * 3130 bool lto = ipa && ((flag_lto && !in_lto_p) local [all...] |