/third_party/python/Tools/msi/ |
H A D | buildrelease.bat | 42 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 D | test_multiprocessing_spawn.py | 6 if support.PGO: 7 raise unittest.SkipTest("test is not helpful for PGO")
|
H A D | test_multiprocessing_fork.py | 7 if support.PGO: 8 raise unittest.SkipTest("test is not helpful for PGO")
|
H A D | test_multiprocessing_forkserver.py | 7 if support.PGO: 8 raise unittest.SkipTest("test is not helpful for PGO")
|
H A D | test_multiprocessing_main_handling.py | 20 if support.PGO: 21 raise unittest.SkipTest("test is not helpful for PGO")
|
H A D | test_gdb.py | 64 raise unittest.SkipTest("test_gdb is not reliable on PGO builds") 143 @unittest.skipIf(support.PGO, "not useful for PGO")
|
H A D | test_asyncore.py | 18 if support.PGO: 19 raise unittest.SkipTest("test is not helpful for PGO")
|
H A D | test_subprocess.py | 49 if support.PGO: 50 raise unittest.SkipTest("test is not helpful for PGO")
|
/third_party/python/PCbuild/ |
H A 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/ |
H A D | MachineLICM.cpp | 87 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 D | CodeView.h | 471 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 D | SymbolRecord.h | 754 (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 D | EnumTables.cpp | 125 CV_ENUM_CLASS_ENT(CompileSym3Flags, PGO),
|
/third_party/python/Lib/test/libregrtest/ |
H A D | main.py | 245 # 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__.py | 59 "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 D | configure | 1775 --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),
|