Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSizeOpts.h28 extern cl::opt<int> PgsoCutoffInstrProf;
68 return !AdapterT::isFunctionHotInCallGraphNthPercentile(PgsoCutoffInstrProf, in shouldFuncOptimizeForSizeImpl()
88 return !AdapterT::isHotBlockNthPercentile(PgsoCutoffInstrProf, BBOrBlockFreq, in shouldOptimizeForSizeImpl()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSizeOpts.cpp50 cl::opt<int> llvm::PgsoCutoffInstrProf( member in llvm
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineSizeOpts.cpp24 extern cl::opt<int> PgsoCutoffInstrProf;