Home
last modified time | relevance | path

Searched refs:ForcePGSO (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h27 LLVM_ABI extern cl::opt<bool> ForcePGSO;
57 if (ForcePGSO) in shouldFuncOptimizeForSizeImpl()
78 if (ForcePGSO) in shouldOptimizeForSizeImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp23 extern cl::opt<bool> ForcePGSO;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp47 cl::opt<bool> llvm::ForcePGSO( member in llvm