Home
last modified time | relevance | path

Searched refs:PGO (Results 1 – 25 of 39) 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/node/deps/npm/node_modules/node-gyp/test/fixtures/
DVS_2017_Unusable.txt1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
DVS_2017_BuildTools_minimal.txt1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
DVS_2017_Community_workload.txt1PGO.ARM","Microsoft.VisualCpp.Tools.HostX64.TargetX64","Microsoft.VisualStudio.Product.Community",…
DVS_2019_BuildTools_minimal.txt1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
DVS_2019_Community_workload.txt1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
DVS_2019_Preview.txt1 …64.TargetX64.Resources","Microsoft.VisualCpp.PGO.X86","Microsoft.VisualCpp.PGO.X64","Microsoft.Vis…
/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,
/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
/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

12