Home
last modified time | relevance | path

Searched refs:PGSOColdCodeOnlyForSamplePGO (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h24 extern llvm::cl::opt<bool> PGSOColdCodeOnlyForSamplePGO;
46 ((!PSI->hasPartialSampleProfile() && PGSOColdCodeOnlyForSamplePGO) || in isPGSOColdCodeOnly()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSizeOpts.cpp36 cl::opt<bool> PGSOColdCodeOnlyForSamplePGO( variable