Lines Matching refs:Pgo
57 Pgo struct { member
79 return props.Pgo.Instrumentation != nil && *props.Pgo.Instrumentation == true
83 return props.Pgo.Sampling != nil && *props.Pgo.Sampling == true
93 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
100 flags.Local.CFlags = append(flags.Local.CFlags, props.Pgo.Cflags...)
105 profileFile := *props.Pgo.Profile_file
136 missing := *props.Pgo.Profile_file + ":" + ctx.ModuleDir() + "/Android.bp:" + ctx.ModuleName()
189 filePresent := props.Pgo.Profile_file != nil
190 benchmarksPresent := len(props.Pgo.Benchmarks) > 0
250 for _, b := range pgo.Properties.Pgo.Benchmarks {
266 proptools.BoolDefault(pgo.Properties.Pgo.Enable_profile_use, true) {