Searched refs:pgo (Results 1 – 3 of 3) sorted by relevance
74 type pgo struct { struct86 func (pgo *pgo) props() []interface{} { argument87 return []interface{}{&pgo.Properties}222 func (pgo *pgo) begin(ctx BaseModuleContext) { argument229 pgo.Properties.PgoPresent = pgo.Properties.isPGO(ctx)231 if !pgo.Properties.PgoPresent {239 pgo.Properties.ShouldProfileModule = false247 pgo.Properties.ShouldProfileModule = true248 pgo.Properties.PgoInstrLink = pgo.Properties.isInstrumentation()250 for _, b := range pgo.Properties.Pgo.Benchmarks {[all …]
3 per-file lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.com
33 "pgo.go",