Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h25 extern llvm::cl::opt<int> PgsoCutoffInstrProf;
62 PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf, in shouldFuncOptimizeForSizeImpl()
87 PSI->hasSampleProfile() ? PgsoCutoffSampleProf : PgsoCutoffInstrProf, in shouldOptimizeForSizeImpl()
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DSizeOpts.h27 extern llvm::cl::opt<int> PgsoCutoffInstrProf;
69 return !AdapterT::isFunctionHotInCallGraphNthPercentile(PgsoCutoffInstrProf, in shouldFuncOptimizeForSizeImpl()
89 return !AdapterT::isHotBlockNthPercentile(PgsoCutoffInstrProf, BBOrBlockFreq, in shouldOptimizeForSizeImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSizeOpts.cpp40 cl::opt<int> PgsoCutoffInstrProf( variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineSizeOpts.cpp23 extern cl::opt<int> PgsoCutoffInstrProf;
/external/llvm-project/llvm/lib/Transforms/Utils/
DSizeOpts.cpp50 cl::opt<int> PgsoCutoffInstrProf( variable
/external/llvm-project/llvm/lib/CodeGen/
DMachineSizeOpts.cpp24 extern cl::opt<int> PgsoCutoffInstrProf;