Searched refs:PGSOColdCodeOnlyForSamplePGO (Results 1 – 2 of 2) sorted by relevance
24 extern llvm::cl::opt<bool> PGSOColdCodeOnlyForSamplePGO;46 ((!PSI->hasPartialSampleProfile() && PGSOColdCodeOnlyForSamplePGO) || in isPGSOColdCodeOnly()
36 cl::opt<bool> PGSOColdCodeOnlyForSamplePGO( variable