Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h23 extern llvm::cl::opt<bool> PGSOColdCodeOnlyForInstrPGO;
44 (PSI->hasInstrumentationProfile() && PGSOColdCodeOnlyForInstrPGO) || in isPGSOColdCodeOnly()
/external/llvm-project/llvm/lib/Transforms/Utils/
DSizeOpts.cpp31 cl::opt<bool> PGSOColdCodeOnlyForInstrPGO( variable