Home
last modified time | relevance | path

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

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