Searched refs:pgo (Results 1 – 4 of 4) 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",
804 pgo *pgo member1062 if c.pgo != nil {1063 c.AddProperties(c.pgo.props()...)1179 if pgo := c.pgo; pgo != nil {1180 return pgo.Properties.PgoCompile1536 module.pgo = &pgo{}1720 if c.pgo != nil {1721 flags = c.pgo.flags(ctx, flags)1852 if c.pgo != nil {1853 c.pgo.begin(ctx)