Home
last modified time | relevance | path

Searched refs:PGO (Results 1 – 25 of 34) sorted by relevance

12

/third_party/python/Tools/msi/
Dbuildrelease.bat39 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/
Dtest_multiprocessing_spawn.py6 if support.PGO:
Dtest_multiprocessing_forkserver.py7 if support.PGO:
Dtest_multiprocessing_fork.py7 if support.PGO:
Dtest_multiprocessing_main_handling.py20 if support.PGO:
Dtest_gdb.py140 @unittest.skipIf(support.PGO, "not useful for PGO")
Dtest_asyncore.py18 if support.PGO:
/third_party/python/Doc/using/
Dconfigure.rst145 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/
Dreadme.txt46 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
Dbuild.bat52 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/
DMachineLICM.cpp87 enum class UseBFI { None, PGO, All }; enumerator
96 clEnumValN(UseBFI::PGO, "pgo",
1476 (DisableHoistingToHotterBlocks == UseBFI::PGO && HasProfileData)) && in Hoist()
/third_party/python/
DREADME.rst97 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,
DMakefile.pre.in494 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/
DCodeView.h471 PGO = 1 << 18, enumerator
DSymbolRecord.h754 (getFlags() & (CompileSym3Flags::PGO | CompileSym3Flags::LTCG)); in hasOptimizations()
/third_party/python/Misc/NEWS.d/
D3.6.0b1.rst1418 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
D3.8.0a2.rst517 pyconfig.h during PGO profiling
D3.5.3rc1.rst2071 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.
D3.9.0a1.rst732 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
D3.5.1rc1.rst1295 Add LLVM support for PGO builds and use the test suite to generate the
/third_party/python/Lib/test/support/
D__init__.py448 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/
DEnumTables.cpp125 CV_ENUM_CLASS_ENT(CompileSym3Flags, PGO),
/third_party/python/Lib/test/libregrtest/
Dmain.py683 support.PGO = self.ns.pgo
/third_party/python/Doc/library/
Dtest.rst311 .. data:: PGO
313 Set when tests can be skipped when they are not useful for PGO.
/third_party/python/Doc/whatsnew/
D3.9.rst1242 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

12