/third_party/python/Tools/msi/ |
D | buildrelease.bat | 39 set PGO=-m test -q --pgo variable 61 if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts variable 62 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts variable 100 call :build x64 "%PGO%" 115 set PGO= variable 122 set PGO=%~2 variable 151 if not "%PGO%" EQU "" ( 152 set PGOOPTS=--pgo-job "%PGO%" 219 echo --pgo Specify PGO command for x64 installers 220 echo --skip-pgo Build x64 installers without using PGO
|
/third_party/python/Lib/test/ |
D | test_multiprocessing_spawn.py | 6 if support.PGO:
|
D | test_multiprocessing_forkserver.py | 7 if support.PGO:
|
D | test_multiprocessing_fork.py | 7 if support.PGO:
|
D | test_multiprocessing_main_handling.py | 20 if support.PGO:
|
D | test_gdb.py | 140 @unittest.skipIf(support.PGO, "not useful for PGO")
|
D | test_asyncore.py | 18 if support.PGO:
|
/third_party/python/Doc/using/ |
D | configure.rst | 145 Configuring Python using ``--enable-optimizations --with-lto`` (PGO + LTO) is 150 Enable Profile Guided Optimization (PGO) using :envvar:`PROFILE_TASK` 153 The C compiler Clang requires ``llvm-profdata`` program for PGO. On 168 the PGO generation task. 523 * ``make profile-opt``: build Python using Profile Guided Optimization (PGO).
|
/third_party/python/PCbuild/ |
D | readme.txt | 46 Used to build Python in Release configuration using PGO, which 54 settings, though without PGO. 248 The solution has two configurations for PGO. The PGInstrument
|
D | build.bat | 52 echo. --pgo-job The job to use for PGO training; implies --pgo 104 echo.ERROR: Cannot cross-compile with PGO
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLICM.cpp | 87 enum class UseBFI { None, PGO, All }; enumerator 96 clEnumValN(UseBFI::PGO, "pgo", 1476 (DisableHoistingToHotterBlocks == UseBFI::PGO && HasProfileData)) && in Hoist()
|
/third_party/python/ |
D | README.rst | 97 Profile Guided Optimization (PGO) and may be used to auto-enable Link Time 104 PGO takes advantage of recent versions of the GCC or Clang compilers. If used,
|
D | Makefile.pre.in | 494 echo "Error: Cannot perform PGO build because llvm-profdata was not found in PATH" ;\ 1903 # like the 'clean' target but retain the profile guided optimization (PGO) 1904 # data. The PGO data is only valid if source code remains unchanged.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | CodeView.h | 471 PGO = 1 << 18, enumerator
|
D | SymbolRecord.h | 754 (getFlags() & (CompileSym3Flags::PGO | CompileSym3Flags::LTCG)); in hasOptimizations()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.6.0b1.rst | 1418 Cause lack of llvm-profdata tool when using clang as required for PGO 1439 The profile-opt build now applies PGO to the built-in modules. 1448 Add the --with-optimizations flag to turn on LTO and PGO build support when
|
D | 3.8.0a2.rst | 517 pyconfig.h during PGO profiling
|
D | 3.5.3rc1.rst | 2071 Cause lack of llvm-profdata tool when using clang as required for PGO 2083 The profile-opt build now applies PGO to the built-in modules.
|
D | 3.9.0a1.rst | 732 Optimized pymalloc for non PGO build. 4531 (PGO) data. Previously you would have to use "make clean" and "make 4542 increase the PGO task time significantly and likely don't help improve 4552 Reduce the number of unit tests run for the PGO generation task. This 4558 guarantees as to which PGO task set produces a faster build. Users who care
|
D | 3.5.1rc1.rst | 1295 Add LLVM support for PGO builds and use the test suite to generate the
|
/third_party/python/Lib/test/support/ |
D | __init__.py | 448 PGO = False variable 1419 ok = not PGO or PGO_EXTENDED
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | EnumTables.cpp | 125 CV_ENUM_CLASS_ENT(CompileSym3Flags, PGO),
|
/third_party/python/Lib/test/libregrtest/ |
D | main.py | 683 support.PGO = self.ns.pgo
|
/third_party/python/Doc/library/ |
D | test.rst | 311 .. data:: PGO 313 Set when tests can be skipped when they are not useful for PGO.
|
/third_party/python/Doc/whatsnew/ |
D | 3.9.rst | 1242 in question increased the PGO task time significantly and likely 1249 guarantees as to which PGO task set produces a faster build. Users who care
|