Home
last modified time | relevance | path

Searched refs:getHotThreshold (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DFrameOptimizer.cpp258 if (I.second.getKnownExecutionCount() < BC.getHotThreshold()) in runOnFunctions()
265 << BC.getHotThreshold() << " )\n"); in runOnFunctions()
H A DShrinkWrapping.cpp1994 if (HotOnly && (BF.getKnownExecutionCount() < BC.getHotThreshold())) in perform()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryContext.h1218 uint64_t getHotThreshold() const;
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp2267 uint64_t BinaryContext::getHotThreshold() const { in getHotThreshold() function in llvm::bolt::BinaryContext