Lines Matching +full:- +full:- +full:pgo
1 ; RUN: opt -debug-pass-manager -passes='default<O0>' -pgo-kind=pgo-instr-gen-pipeline -profile-file…
2 ; RUN: llvm-profdata merge %S/Inputs/new-pm-pgo.proftext -o %t.profdata
3 … RUN: opt -debug-pass-manager -passes='default<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
4 ; RUN: opt -debug-pass-manager -passes='thinlto-pre-link<O0>' -pgo-kind=pgo-instr-use-pipeline -pro…
5 ; RUN: |FileCheck %s --check-prefixes=USE_PRE_LINK,USE
6 ; RUN: opt -debug-pass-manager -passes='lto-pre-link<O0>' -pgo-kind=pgo-instr-use-pipeline -profile…
7 ; RUN: |FileCheck %s --check-prefixes=USE_PRE_LINK,USE
8 ; RUN: opt -debug-pass-manager -passes='thinlto<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file…
9 ; RUN: |FileCheck %s --check-prefixes=USE_POST_LINK,USE
10 ; RUN: opt -debug-pass-manager -passes='lto<O0>' -pgo-kind=pgo-instr-use-pipeline -profile-file='%t…
11 ; RUN: |FileCheck %s --check-prefixes=USE_POST_LINK,USE
17 ; USE_POST_LINK-NOT: Running pass: PGOInstrumentationUse
18 ; USE-NOT: Running pass: PGOIndirectCallPromotion
19 ; USE-NOT: Running pass: PGOMemOPSizeOpt