Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h22 extern cl::opt<bool> PGSOColdCodeOnly;
41 return PGSOColdCodeOnly || in isPGSOColdCodeOnly()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp26 cl::opt<bool> llvm::PGSOColdCodeOnly( member in llvm