Home
last modified time | relevance | path

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

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