Lines Matching refs:PGO
42 set PGO=-m test -q --pgo
66 if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts
67 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts
97 call :build x64 "%PGO%"
118 set PGO=
125 set PGO=%~2
131 set PGO=%~2
163 if not "%PGO%" EQU "" (
164 set PGOOPTS=--pgo-job "%PGO%"
238 echo --pgo Specify PGO command for x64 installers
239 echo --skip-pgo Build x64 installers without using PGO
253 echo x86 and ARM64 builds will never use PGO. ARM64 builds will never generate