Home
last modified time | relevance | path

Searched refs:pgo (Results 1 – 3 of 3) 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 lto.go,pgo.go = srhines@google.com, pirama@google.com, yikong@google.com
DAndroid.bp33 "pgo.go",