Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h23 extern cl::opt<bool> PGSOColdCodeOnlyForInstrPGO;
42 (PSI->hasInstrumentationProfile() && PGSOColdCodeOnlyForInstrPGO) || in isPGSOColdCodeOnly()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp31 cl::opt<bool> llvm::PGSOColdCodeOnlyForInstrPGO( member in llvm