Searched refs:pgo (Results 1 – 25 of 77) sorted by relevance
1234
1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT2 ; RUN: opt < %s -mtriple=x86_64-apple-darwin -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --…5 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN --check-prefix=GEN-COMDAT6 ; RUN: opt < %s -mtriple=x86_64-apple-darwin -passes=pgo-instr-gen -S | FileCheck %s --check-prefix…9 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=…12 ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-…
1 ; RUN: not opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&12 ; RUN: not opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&1
2 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s3 ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s
2 ; RUN: not opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s3 ; RUN: not opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S 2>&1 | FileCheck %s
1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN4 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=…5 ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-…
1 ; RUN: opt < %s -pgo-icall-prom -S | FileCheck %s --check-prefix=ICALL-PROM2 ; RUN: opt < %s -passes=pgo-icall-prom -S | FileCheck %s --check-prefix=ICALL-PROM3 ; RUN: opt < %s -pgo-icall-prom -S -pass-remarks=pgo-icall-prom -icp-count-threshold=0 -icp-percent…4 ; RUN: opt < %s -passes=pgo-icall-prom -S -pass-remarks=pgo-icall-prom -icp-count-threshold=0 -icp-…
2 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-prefix=…3 ; RUN: opt < %s -passes=pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s --check-…
1 ; RUN: opt < %s -pgo-icall-prom -pass-remarks-missed=pgo-icall-prom -S 2>& 1 | FileCheck %s2 ; RUN: opt < %s -passes=pgo-icall-prom -pass-remarks-missed=pgo-icall-prom -S 2>& 1 | FileCheck %s
1 ; RUN: opt %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN2 ; RUN: opt %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN
3 ; RUN: opt < %s -pgo-instr-use -pgo-test-profile-file=%t.profdata -S | FileCheck %s
1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN
1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s
1 ; RUN: opt < %s -pgo-instr-gen -S | FileCheck %s --check-prefix=GEN2 ; RUN: opt < %s -passes=pgo-instr-gen -S | FileCheck %s --check-prefix=GEN3 ; RUN: opt < %s -passes=pgo-instr-gen,instrprof -S | FileCheck %s --check-prefix=LOWER
1 ; RUN: opt < %s -pgo-instr-gen -instrprof -S | FileCheck %s2 ; RUN: opt < %s -passes=pgo-instr-gen,instrprof -S | FileCheck %s
7 import("//build/config/compiler/pgo/pgo.gni")22 "-pgo-temporal-instrumentation",86 inputs = [ "//chrome/build/win-arm64.pgo.txt" ]88 inputs = [ "//chrome/build/win64.pgo.txt" ]90 inputs = [ "//chrome/build/win32.pgo.txt" ]92 inputs = [ "//chrome/build/mac-arm.pgo.txt" ]94 inputs = [ "//chrome/build/mac.pgo.txt" ]96 inputs = [ "//chrome/build/linux.pgo.txt" ]98 inputs = [ "//chrome/build/android-arm32.pgo.txt" ]100 inputs = [ "//chrome/build/android-arm64.pgo.txt" ][all …]
169 pgo = runtests.pgo170 if pgo:180 runtests.verbose, quiet, pgo=pgo):183 if not quiet and not pgo:188 if not quiet and not pgo:218 if not pgo:305 pgo = runtests.pgo312 if not pgo:
1 job.profilers.add('pgo')3 job.profilers.delete('pgo')
5 import("//build/config/compiler/pgo/pgo.gni")
42 set PGO=-m test -q --pgo66 if "%1" EQU "--pgo" (set PGO=%~2) && shift && shift && goto CheckOpts67 if "%1" EQU "--skip-pgo" (set PGO=) && shift && goto CheckOpts164 set PGOOPTS=--pgo-job "%PGO%"226 echo buildrelease.bat [--out DIR] [-x86] [-x64] [-arm64] [--certificate CERTNAME] [--build] [--pgo …227 echo [--skip-build] [--skip-doc] [--skip-nuget] [--skip-zip] [--skip-pgo]238 echo --pgo Specify PGO command for x64 installers239 echo --skip-pgo Build x64 installers without using PGO250 echo For the --pgo option, any Python command line can be used, or 'default' to251 echo use the default task (-m test --pgo).