Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h24 extern cl::opt<bool> PGSOColdCodeOnlyForSamplePGO;
44 ((!PSI->hasPartialSampleProfile() && PGSOColdCodeOnlyForSamplePGO) || in isPGSOColdCodeOnly()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp36 cl::opt<bool> llvm::PGSOColdCodeOnlyForSamplePGO( member in llvm