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 afdo.go,afdo_test.go,lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.…
36 "pgo.go",
824 pgo *pgo member1156 if c.pgo != nil {1157 c.AddProperties(c.pgo.props()...)1282 if pgo := c.pgo; pgo != nil {1283 return pgo.Properties.PgoCompile1665 module.pgo = &pgo{}1866 if c.pgo != nil {1867 flags = c.pgo.flags(ctx, flags)1996 if c.pgo != nil {1997 c.pgo.begin(ctx)