Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h24 extern cl::opt<bool> PGSOColdCodeOnlyForInstrPGO;
43 (PSI->hasInstrumentationProfile() && PGSOColdCodeOnlyForInstrPGO) || in isPGSOColdCodeOnly()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp31 cl::opt<bool> llvm::PGSOColdCodeOnlyForInstrPGO( member in llvm