Home
last modified time | relevance | path

Searched refs:pgo (Results 1 – 4 of 4) sorted by relevance

/build/soong/cc/
Dpgo.go74 type pgo struct { struct
86 func (pgo *pgo) props() []interface{} { argument
87 return []interface{}{&pgo.Properties}
222 func (pgo *pgo) begin(ctx BaseModuleContext) { argument
229 pgo.Properties.PgoPresent = pgo.Properties.isPGO(ctx)
231 if !pgo.Properties.PgoPresent {
239 pgo.Properties.ShouldProfileModule = false
247 pgo.Properties.ShouldProfileModule = true
248 pgo.Properties.PgoInstrLink = pgo.Properties.isInstrumentation()
250 for _, b := range pgo.Properties.Pgo.Benchmarks {
[all …]
DOWNERS3 per-file afdo.go,afdo_test.go,lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.…
DAndroid.bp36 "pgo.go",
Dcc.go824 pgo *pgo member
1156 if c.pgo != nil {
1157 c.AddProperties(c.pgo.props()...)
1282 if pgo := c.pgo; pgo != nil {
1283 return pgo.Properties.PgoCompile
1665 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)