/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/node/deps/npm/node_modules/node-gyp/test/fixtures/ |
D | VS_2017_Unusable.txt | 1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
|
D | VS_2017_BuildTools_minimal.txt | 1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
|
D | VS_2017_Community_workload.txt | 1 …PGO.ARM","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualStudio.Product.Community",…
|
D | VS_2019_BuildTools_minimal.txt | 1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
|
D | VS_2019_Community_workload.txt | 1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
|
D | VS_2019_Preview.txt | 1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
|
/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,
|
/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
|
/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
|