Home | History | Annotate | Download | only in cc

Lines Matching refs:pgo

328 	pgo       *pgo
379 if c.pgo != nil {
380 c.AddProperties(c.pgo.props()...)
416 if pgo := c.pgo; pgo != nil {
417 return pgo.Properties.PgoCompile
585 module.pgo = &pgo{}
697 if c.pgo != nil {
698 flags = c.pgo.flags(ctx, flags)
782 if c.pgo != nil {
783 c.pgo.begin(ctx)
803 // Add the PGO dependency (the clang_rt.profile runtime library), which
806 if c.pgo != nil {
807 deps = c.pgo.deps(ctx, deps)