Home
last modified time | relevance | path

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

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