Home
last modified time | relevance | path

Searched refs:PGO (Results 1 - 16 of 16) sorted by relevance

/third_party/python/Tools/msi/
H A Dbuildrelease.bat42 set PGO=-m test -q --pgo variable
66 if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts variable
67 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts variable
97 call :build x64 "%PGO%"
118 set PGO= variable
125 set PGO=%~2 variable
131 set PGO=%~2 variable
163 if not "%PGO%" EQU "" (
164 set PGOOPTS=--pgo-job "%PGO%"
238 echo --pgo Specify PGO comman
[all...]
/third_party/python/Lib/test/
H A Dtest_multiprocessing_spawn.py6 if support.PGO:
7 raise unittest.SkipTest("test is not helpful for PGO")
H A Dtest_multiprocessing_fork.py7 if support.PGO:
8 raise unittest.SkipTest("test is not helpful for PGO")
H A Dtest_multiprocessing_forkserver.py7 if support.PGO:
8 raise unittest.SkipTest("test is not helpful for PGO")
H A Dtest_multiprocessing_main_handling.py20 if support.PGO:
21 raise unittest.SkipTest("test is not helpful for PGO")
H A Dtest_gdb.py64 raise unittest.SkipTest("test_gdb is not reliable on PGO builds")
143 @unittest.skipIf(support.PGO, "not useful for PGO")
H A Dtest_asyncore.py18 if support.PGO:
19 raise unittest.SkipTest("test is not helpful for PGO")
H A Dtest_subprocess.py49 if support.PGO:
50 raise unittest.SkipTest("test is not helpful for PGO")
/third_party/python/PCbuild/
H A 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/
H A DMachineLICM.cpp87 enum class UseBFI { None, PGO, All }; member in UseBFI
96 clEnumValN(UseBFI::PGO, "pgo",
1476 (DisableHoistingToHotterBlocks == UseBFI::PGO && HasProfileData)) && in Hoist()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h471 PGO = 1 << 18, member in llvm::codeview::CallingConvention::ClassOptions::FrameProcedureOptions::FunctionOptions::HfaKind::MemberAccess::MethodKind::MethodOptions::ModifierOptions::PointerKind::PointerMode::PointerOptions::PointerToMemberRepresentation::VFTableSlotKind::WindowsRTClassKind::CompileSym3Flags
H A DSymbolRecord.h754 (getFlags() & (CompileSym3Flags::PGO | CompileSym3Flags::LTCG)); in hasOptimizations()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp125 CV_ENUM_CLASS_ENT(CompileSym3Flags, PGO),
/third_party/python/Lib/test/libregrtest/
H A Dmain.py245 # add default PGO tests if no tests are specified
394 # If running the test suite for PGO then no one cares about results.
759 support.PGO = self.ns.pgo
/third_party/python/Lib/test/support/
H A D__init__.py59 "run_with_tz", "PGO", "missing_compiler_executable",
560 # useful for PGO
561 PGO = False variable
564 # PGO task. If this is True, PGO is also True.
1545 """Skip decorator for tests not run in (non-extended) PGO task"""
1546 ok = not PGO or PGO_EXTENDED
1547 msg = "Not run for (non-extended) PGO task"
/third_party/python/
H A Dconfigure1775 --enable-optimizations enable expensive, stable optimizations (PGO, etc.)
1910 Python args for PGO generation task
8573 # Enable PGO flags.
30437 If you want a release build with all stable optimizations active (PGO, etc),
30442 If you want a release build with all stable optimizations active (PGO, etc),

Completed in 60 milliseconds