Lines Matching refs:Properties
76 Properties PgoProperties member
88 return []interface{}{&pgo.Properties}
234 pgo.Properties.PgoPresent = pgo.Properties.isPGO(ctx)
236 if !pgo.Properties.PgoPresent {
244 pgo.Properties.ShouldProfileModule = false
252 pgo.Properties.ShouldProfileModule = true
254 for _, b := range pgo.Properties.Pgo.Benchmarks {
256 pgo.Properties.ShouldProfileModule = true
269 proptools.BoolDefault(pgo.Properties.Pgo.Enable_profile_use, true) {
270 if profileFile := pgo.Properties.getPgoProfileFile(ctx); profileFile.Valid() {
271 pgo.Properties.PgoCompile = true
277 if pgo.Properties.ShouldProfileModule {
289 props := pgo.Properties